X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fdouble.cpp;h=2e7f1d542038eb959739ea0d8d06a6a28e116513;hb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;hp=f453cf178a7fb3e8034022f6d575e667dd3d2575;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/pv/prop/double.cpp b/pv/prop/double.cpp index f453cf1..2e7f1d5 100644 --- a/pv/prop/double.cpp +++ b/pv/prop/double.cpp @@ -17,7 +17,7 @@ * along with this program; if not, see . */ -#include +#include #include @@ -92,5 +92,5 @@ void Double::on_value_changed(double) commit(); } -} // prop -} // pv +} // namespace prop +} // namespace pv