]> git.lyx.org Git - lyx.git/blobdiff - sigc++/thread.h
do not include language.h and gettext.h in lyxfont.h and lyxparagraph.h
[lyx.git] / sigc++ / thread.h
index ae9696a654e38f9d10b9aa7c39c97470c9b3b399..188738c60d88303fb1998c5fd732e1c58bd47504 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,struct timespec* spec);
+     int wait(Mutex &m, struct timespec* spec);
 
   };