X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FLyXKeySymFactory.C;h=0409b58cdd265a8cd54effa3ac5ac4bad9ee5f99;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=6c14234907129af154203a379c5432a379fcbc5d;hpb=13349032cb4dc8ef44146aa652ff6bbff6698249;p=lyx.git diff --git a/src/frontends/xforms/LyXKeySymFactory.C b/src/frontends/xforms/LyXKeySymFactory.C index 6c14234907..0409b58cdd 100644 --- a/src/frontends/xforms/LyXKeySymFactory.C +++ b/src/frontends/xforms/LyXKeySymFactory.C @@ -3,9 +3,9 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Asger & Juergen + * \author Asger & Jürgen * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include @@ -14,11 +14,12 @@ #include "XLyXKeySym.h" + namespace LyXKeySymFactory { LyXKeySym * create() { - return new XLyXKeySym(); + return new lyx::frontend::XLyXKeySym; } }