]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/lyx_gui.h
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / frontends / lyx_gui.h
index 0ebcebbb093f368da70583c9b9f406e190f7a30d..5885a16ae1bf3bfe5a4eb1f5cfd2e9804d6f38c1 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "LColor.h"
 #include "LString.h"
+
 #include <vector>
 
 class Dialogs;
@@ -36,7 +37,7 @@ void parse_lyxrc();
  * Start the main event loop, after executing the given
  * batch commands, and loading the given documents
  */
-void start(string const & batch, std::vector<std::string> const & files);
+void start(string const & batch, std::vector<string> const & files);
 
 /**
  * quit running LyX
@@ -70,6 +71,7 @@ void set_read_callback(int fd, LyXComm * comm);
 
 /**
  * remove a I/O read callback
+ * @param fd file descriptor
  */
 void remove_read_callback(int fd);