diff options
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r-- | ingen/EngineBase.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index 51af6de5..f6999c47 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_ENGINE_BASE_HPP -#define INGEN_ENGINE_BASE_HPP +#ifndef INGEN_ENGINEBASE_HPP +#define INGEN_ENGINEBASE_HPP #include <stdint.h> @@ -87,4 +87,4 @@ public: } // namespace Ingen -#endif // INGEN_ENGINE_BASE_HPP +#endif // INGEN_ENGINEBASE_HPP |