]> git.mxchange.org Git - flightgear.git/blobdiff - src/Model/panelnode.hxx
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / Model / panelnode.hxx
index 0aee8d7fba460f647e6e91113733119c7e98777a..0a6de5c17a9f6fd2a35b12866518405362b378ae 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef FG_PANELNODE_HXX
+#define FG_PANELNODE_HXX
+
+
 #include <plib/ssg.h>
 
 class FGPanel;
@@ -76,3 +80,6 @@ private:
     GLfloat _lastProjection[16];
     GLint   _lastViewport[4];
 };
+
+
+#endif // FG_PANELNODE_HXX