From bd1705d2c595cd93d17f582171067cde162390d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Mar 2008 17:08:02 +0000 Subject: Fix inclusion guards. git-svn-id: http://svn.drobilla.net/lad/patchage@1168 a436a847-0d15-0410-975c-d299462d15a1 --- src/JackSettingsDialog.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/JackSettingsDialog.hpp') diff --git a/src/JackSettingsDialog.hpp b/src/JackSettingsDialog.hpp index b419d89..f26fa91 100644 --- a/src/JackSettingsDialog.hpp +++ b/src/JackSettingsDialog.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef JACK_SETTINGS_DIALOG_H -#define JACK_SETTINGS_DIALOG_H +#ifndef PATCHAGE_JACK_SETTINGS_DIALOG_HPP +#define PATCHAGE_JACK_SETTINGS_DIALOG_HPP #include #include @@ -80,5 +80,5 @@ private: }; -#endif // JACK_SETTINGS_DIALOG_H +#endif // PATCHAGE_JACK_SETTINGS_DIALOG_HPP -- cgit v1.2.1