[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
Why this change?
Index: src/frontends/qt4/GuiView.h
===================================================================
--- src/frontends/qt4/GuiView.h
(.../svn+ssh://svn.lyx.org/lyx/lyx-devel/trunk/s
rc) (revision 14200)
+++ src/frontends/qt4/GuiView.h (.../src) (working copy)
@@ -11,14 +11,12 @@
* Full author contact details are available in file CREDITS.
*/
-#ifndef GUIVIEW_H
-#define GUIVIEW_H
+#ifndef GUI_VIEW_H
+#define GUI_VIEW_H
If to make the string unique, I would have prefered: QT4_GUIVIEW_H
(Perhaps even with a LYX in front)
--
Lgb