lyx_mirror/src/frontends/LyXKeySymFactory.h

24 lines
413 B
C
Raw Normal View History

/**
* \file LyXKeySymFactory.h
* Read the file COPYING
*
* \author Asger & Juergen
*
* Full author contact details are available in file CREDITS
*/
#ifndef LYXKEYSYMFACTORY_H
#define LYXKEYSYMFACTORY_H
class LyXKeySym;
namespace LyXKeySymFactory {
/**
* Make a LyXKeySym. Used because we want to
* generate a toolkit-specific instance.
*/
LyXKeySym * create();
}
#endif // LYXKEYSYM_FACTORY_H