lyx_mirror/src/frontends/gtk/LyXKeySymFactory.C
Lars Gullik Bjønnes f268743f8c The Gtk patch.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7632 a592a061-630c-0410-9148-cb99ea01b6c8
2003-09-02 10:29:05 +00:00

28 lines
410 B
C

/**
* \file gtk/LyXKeySymFactory.C
* This file is part of LyX, the document processor.
* Licence details can be found in the file COPYING.
*
* \author Huang Ying
*
* Full author contact details are available in file CREDITS
*/
#include <config.h>
#include "frontends/LyXKeySymFactory.h"
#include "GLyXKeySym.h"
namespace LyXKeySymFactory {
LyXKeySym * create()
{
return new GLyXKeySym();
}
}