summaryrefslogtreecommitdiff
path: root/src/GudhUI/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/view')
-rw-r--r--src/GudhUI/view/Viewer.h6
-rw-r--r--src/GudhUI/view/Viewer_instructor.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/GudhUI/view/Viewer.h b/src/GudhUI/view/Viewer.h
index 99bd63e4..276ccd3c 100644
--- a/src/GudhUI/view/Viewer.h
+++ b/src/GudhUI/view/Viewer.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef VIEW_VIEWER_H
-#define VIEW_VIEWER_H
+#ifndef VIEW_VIEWER_H_
+#define VIEW_VIEWER_H_
// Workaround for moc-qt4 not parsing boost headers
#include <CGAL/config.h>
@@ -117,4 +117,4 @@ class Viewer : public QGLViewer {
void click(const Point_3& position);
};
-#endif // VIEW_VIEWER_H
+#endif // VIEW_VIEWER_H_
diff --git a/src/GudhUI/view/Viewer_instructor.h b/src/GudhUI/view/Viewer_instructor.h
index e1c6af8b..31a1d273 100644
--- a/src/GudhUI/view/Viewer_instructor.h
+++ b/src/GudhUI/view/Viewer_instructor.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef VIEW_VIEWER_INSTRUCTOR_H
-#define VIEW_VIEWER_INSTRUCTOR_H
+#ifndef VIEW_VIEWER_INSTRUCTOR_H_
+#define VIEW_VIEWER_INSTRUCTOR_H_
// todo do a viewer instructor that have directely a pointer to a QGLviewer and buffer ot not triangles
@@ -114,4 +114,4 @@ class Viewer_instructor : public QWidget {
void change_light();
};
-#endif // VIEW_VIEWER_INSTRUCTOR_H
+#endif // VIEW_VIEWER_INSTRUCTOR_H_