diff options
Diffstat (limited to 'include/ingen/Clock.hpp')
-rw-r--r-- | include/ingen/Clock.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/Clock.hpp b/include/ingen/Clock.hpp index 27d8443d..622dd4bf 100644 --- a/include/ingen/Clock.hpp +++ b/include/ingen/Clock.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_ENGINE_CLOCK_HPP -#define INGEN_ENGINE_CLOCK_HPP +#ifndef INGEN_CLOCK_HPP +#define INGEN_CLOCK_HPP #ifdef __MACH__ # include <mach/mach.h> @@ -63,4 +63,4 @@ private: } // namespace ingen -#endif // INGEN_ENGINE_CLOCK_HPP +#endif // INGEN_CLOCK_HPP |