]> git.lyx.org Git - lyx.git/blob - src/frontends/LyXKeySymFactory.h
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / LyXKeySymFactory.h
1 /**
2  * \file LyXKeySymFactory.h
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Asger & Juergen
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #ifndef LYXKEYSYMFACTORY_H
12 #define LYXKEYSYMFACTORY_H
13
14 class LyXKeySym;
15
16 namespace LyXKeySymFactory {
17         /**
18          * Make a LyXKeySym. Used because we want to
19          * generate a toolkit-specific instance.
20          */
21         LyXKeySym * create();
22 }
23
24 #endif // LYXKEYSYM_FACTORY_H