summaryrefslogtreecommitdiffstats
path: root/src/gui/Window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Window.hpp')
-rw-r--r--src/gui/Window.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/Window.hpp b/src/gui/Window.hpp
index b8bc0047..48a9eb1b 100644
--- a/src/gui/Window.hpp
+++ b/src/gui/Window.hpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef WINDOW_HPP
-#define WINDOW_HPP
+#ifndef INGEN_GUI_WINDOW_HPP
+#define INGEN_GUI_WINDOW_HPP
#include <gtkmm.h>
#include <libglademm.h>
@@ -74,4 +74,4 @@ public:
} // namespace GUI
} // namespace Ingen
-#endif // WINDOW_HPP
+#endif // INGEN_GUI_WINDOW_HPP