X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxfunc.h;h=b381cab55799c71c7f7ffc5c9dd45b92e768c6ce;hb=2ecc6b040e4403ef291b1c642c299f911eec22a1;hp=8f78c2b06afbee998278e16017ea12005067ae88;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/lyxfunc.h b/src/lyxfunc.h index 8f78c2b06a..b381cab557 100644 --- a/src/lyxfunc.h +++ b/src/lyxfunc.h @@ -1,6 +1,6 @@ // -*- C++ -*- -#ifndef LYXFUNC_H_ -#define LYXFUNC_H_ +#ifndef LYXFUNC_H +#define LYXFUNC_H #ifdef __GNUG__ #pragma interface @@ -14,7 +14,6 @@ #include "LString.h" class LyXView; - /** This class encapsulates all the LyX command operations. This is the class of the LyX's "high level event handler". Every user command is processed here, either invocated from