diff options
Diffstat (limited to 'src/gui/PortPropertiesWindow.hpp')
-rw-r--r-- | src/gui/PortPropertiesWindow.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/PortPropertiesWindow.hpp b/src/gui/PortPropertiesWindow.hpp index b8e71209..56b1bc69 100644 --- a/src/gui/PortPropertiesWindow.hpp +++ b/src/gui/PortPropertiesWindow.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PORTPROPERTIESWINDOW_H -#define PORTPROPERTIESWINDOW_H +#ifndef INGEN_GUI_PORTPROPERTIESWINDOW_HPP +#define INGEN_GUI_PORTPROPERTIESWINDOW_HPP #include <gtkmm.h> #include <libglademm.h> @@ -65,4 +65,4 @@ private: } // namespace GUI } // namespace Ingen -#endif // PORTPROPERTIESWINDOW_H +#endif // INGEN_GUI_PORTPROPERTIESWINDOW_HPP |