diff options
Diffstat (limited to 'src/gui/ObjectMenu.hpp')
-rw-r--r-- | src/gui/ObjectMenu.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/ObjectMenu.hpp b/src/gui/ObjectMenu.hpp index a619c5e4..83857b2b 100644 --- a/src/gui/ObjectMenu.hpp +++ b/src/gui/ObjectMenu.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef OBJECTMENU_H -#define OBJECTMENU_H +#ifndef INGEN_GUI_OBJECTMENU_HPP +#define INGEN_GUI_OBJECTMENU_HPP #include <string> #include <gtkmm.h> @@ -66,4 +66,4 @@ protected: } // namespace GUI } // namespace Ingen -#endif // OBJECTMENU_H +#endif // INGEN_GUI_OBJECTMENU_HPP |