diff options
Diffstat (limited to 'src/gui/Configuration.hpp')
-rw-r--r-- | src/gui/Configuration.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/Configuration.hpp b/src/gui/Configuration.hpp index fef86999..51e68a24 100644 --- a/src/gui/Configuration.hpp +++ b/src/gui/Configuration.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef CONFIG_H -#define CONFIG_H +#ifndef INGEN_GUI_CONFIGURATION_HPP +#define INGEN_GUI_CONFIGURATION_HPP #include <stdint.h> #include <string> @@ -75,6 +75,6 @@ private: } // namespace GUI } // namespace Ingen -#endif // CONFIG_H +#endif // INGEN_GUI_CONFIGURATION_HPP |