]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/LyXKeySymFactory.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / LyXKeySymFactory.C
index f16becfb78448d8ba0b04ae43eeee9039ea832d5..0409b58cdd265a8cd54effa3ac5ac4bad9ee5f99 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & JΓΌrgen
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include "XLyXKeySym.h"
 
+
 namespace LyXKeySymFactory {
 
 LyXKeySym * create()
 {
-       return new XLyXKeySym();
+       return new lyx::frontend::XLyXKeySym;
 }
 
 }