diff options
Diffstat (limited to 'src/gui/App.hpp')
-rw-r--r-- | src/gui/App.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 5153849b..0de1a7ea 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INGEN_APP_HPP -#define INGEN_APP_HPP +#ifndef INGEN_GUI_APP_HPP +#define INGEN_GUI_APP_HPP #include <cassert> #include <string> @@ -166,5 +166,5 @@ protected: } // namespace GUI } // namespace Ingen -#endif // INGEN_APP_HPP +#endif // INGEN_GUI_APP_HPP |