lyx_mirror/src/frontends/LyXKeySymFactory.h
Lars Gullik Bjønnes f1c24d1009 *duck*
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4417 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-18 15:44:30 +00:00

23 lines
380 B
C++

/**
* \file LyXKeySymFactory.h
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Asger & Juergen
*/
#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