Make the 'obj' member of handle and loose_handle public when debugging. It's useful...
[synfig.git] / ETL / tags / stable / ETL / _mutex_null.h
index 35c1d66..6c0d21e 100644 (file)
@@ -54,7 +54,7 @@ public:
        class lock
        {
        public:
-               lock(mutex_null &x) { }
+               lock(mutex_null &/*x*/) { }
        };
 
        void lock_mutex(){}