diff options
Diffstat (limited to 'src/gui/PortMenu.hpp')
-rw-r--r-- | src/gui/PortMenu.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/PortMenu.hpp b/src/gui/PortMenu.hpp index 61ff1cc5..829cefbf 100644 --- a/src/gui/PortMenu.hpp +++ b/src/gui/PortMenu.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PORTMENU_H -#define PORTMENU_H +#ifndef INGEN_GUI_PORTMENU_HPP +#define INGEN_GUI_PORTMENU_HPP #include <string> #include <gtkmm.h> @@ -59,4 +59,4 @@ private: } // namespace GUI } // namespace Ingen -#endif // PORTMENU_H +#endif // INGEN_GUI_PORTMENU_HPP |