]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGThread.cxx
Fix a problem for systems with older headers
[simgear.git] / simgear / threads / SGThread.cxx
index 6c5fe682fb6a281e7b54564951389be48e05819e..c6d016a0fece9ddac942a585459459c50fe01376 100644 (file)
@@ -75,7 +75,7 @@ int gettimeofday(struct timeval* tp, void* tzp) {
 #endif
 
 bool
-SGCondition::wait( SGMutex& mutex, unsigned long ms )
+SGPthreadCond::wait( SGMutex& mutex, unsigned long ms )
 {
     struct timeval now;
     ::gettimeofday( &now, 0 );