Constness changes
[melted] / mlt++ / src / MltProperties.cpp
index f1b2b56..4b7dd0e 100644 (file)
@@ -28,7 +28,7 @@ Properties::Properties( ) :
        instance = mlt_properties_new( );
 }
 
-Properties::Properties( bool dummy ) :
+Properties::Properties( bool /*dummy*/ ) :
        instance( NULL )
 {
 }