]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGQueue.hxx
Jim Wilson:
[simgear.git] / simgear / threads / SGQueue.hxx
index 7a040be44e5118a0ba7bcb732178a8adada33e03..25fa2ca5b1db56d603be94c1362b2f3726354279 100644 (file)
@@ -197,7 +197,7 @@ private:
     /**
      * Condition to signal when queue not empty.
      */
-    SGCondition not_empty;
+    SGPthreadCond not_empty;
 
 private:
     // Prevent copying.