manually merge new CrossThreadChannel implementation for windows from Tracks
[ardour.git] / libs / pbd / pbd / properties.h
index 70d18db4c7bd74468250b7fefe570bc324593bda..684fc37ffe95d3f4b8e5669047f8ce986f1ee81e 100644 (file)
@@ -443,7 +443,7 @@ public:
        }
 
        operator bool () const {
-               return _current;
+               return _current ? true : false;
        }
 
 protected: