]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/LyXKeySymFactory.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / LyXKeySymFactory.C
index 424ccbec5f318871ad5eb386569fe621b181b4c6..8e19ab4aa20afb9b3446834bd8317dca1e7328aa 100644 (file)
@@ -5,23 +5,21 @@
  *
  * \author Huang Ying
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "frontends/LyXKeySymFactory.h"
-
 #include "GLyXKeySym.h"
 
+#include "frontends/LyXKeySymFactory.h"
+
 
 namespace LyXKeySymFactory {
 
-
 LyXKeySym * create()
 {
-       return new GLyXKeySym();
+       return new GLyXKeySym;
 }
 
-
 }