]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Add support for compilers which do not have cname headers
[lyx.git] / src / lyxfunc.h
index 8f78c2b06afbee998278e16017ea12005067ae88..b381cab55799c71c7f7ffc5c9dd45b92e768c6ce 100644 (file)
@@ -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