add an plugin API to query generic-gui grid-layout
[ardour.git] / libs / ardour / ardour / interthread_info.h
index 2cc786c6e265a1b607b3c0168aa7695f1a64abb2..49055de5d0c9790ed60a49dddd513a10614b6383 100644 (file)
@@ -30,7 +30,7 @@ namespace ARDOUR {
 
        class InterThreadInfo {
        public:
-               InterThreadInfo () : done (false), cancel (false), progress (0), thread (0) {}
+               InterThreadInfo () : done (false), cancel (false), progress (0), thread () {}
 
                volatile bool  done;
                volatile bool  cancel;