lyx_mirror/src/frontends/gtk/LyXKeySymFactory.C
Lars Gullik Bjønnes 66e8220540 WS changes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9008 a592a061-630c-0410-9148-cb99ea01b6c8
2004-09-26 13:18:29 +00:00

26 lines
407 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 "GLyXKeySym.h"
#include "frontends/LyXKeySymFactory.h"
namespace LyXKeySymFactory {
LyXKeySym * create()
{
return new GLyXKeySym;
}
}