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