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