/** * \file LyXKeySymFactory.C * Copyright 2002 the LyX Team * Read the file COPYING * * \author Asger & Juergen */ #include #include "frontends/LyXKeySymFactory.h" #include "XLyXKeySym.h" namespace LyXKeySymFactory { LyXKeySym * create() { return new XLyXKeySym(); } }