]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/IdSc.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / IdSc.h
index c203c87771664250b2a759a91bb301dec47205a2..dc40a534f82306b295f702f13b2d323aeabd9217 100644 (file)
@@ -6,22 +6,22 @@
  *
  * \author Huang Ying
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef ID_SC_H
 #define ID_SC_H
 
-#include "LString.h"
+#include <string>
 
 namespace id_sc
 {
 
 /// Extract shortcut from "<identifer>|<shortcut>" string
-string const shortcut(string const &);
+std::string const shortcut(std::string const &);
 
 /// Extract identifier from "<identifer>|<shortcut>" string
-string const id(string const &);
+std::string const id(std::string const &);
 
 }