]> git.lyx.org Git - lyx.git/blobdiff - sigc++/thread.h
Mostly fixed the 'empty paragraph deletion kills the cursor' problem; and initialise...
[lyx.git] / sigc++ / thread.h
index 0310d1953767bed3905a026cc462eb232b580e88..aa9aa380c2e69377244a70beb10e57846005949b 100644 (file)
@@ -121,7 +121,7 @@ struct Condition
 
      // unlocks a mutex while waiting on a condition, then reaquires lock
      // with a fixed maximum duration.
-     int wait(Mutex &m,timespec* spec);
+     int wait(Mutex &m,struct timespec* spec);
 
   };