]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/LyXKeySymFactory.C
*duck*
[lyx.git] / src / frontends / xforms / LyXKeySymFactory.C
1 /**
2  * \file LyXKeySymFactory.C
3  * Copyright 2002 the LyX Team
4  * Read the file COPYING
5  *
6  * \author Asger & Juergen
7  */
8
9 #include <config.h>
10  
11 #include "frontends/LyXKeySymFactory.h"
12
13 #include "XLyXKeySym.h"
14
15 namespace LyXKeySymFactory {
16
17 LyXKeySym * create()
18 {
19         return new XLyXKeySym();
20
21  
22 }