diff options
Diffstat (limited to 'ingen/GraphObject.hpp')
-rw-r--r-- | ingen/GraphObject.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/GraphObject.hpp b/ingen/GraphObject.hpp index 65d2eb55..cfc98e04 100644 --- a/ingen/GraphObject.hpp +++ b/ingen/GraphObject.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_INTERFACE_GRAPHOBJECT_HPP -#define INGEN_INTERFACE_GRAPHOBJECT_HPP +#ifndef INGEN_GRAPHOBJECT_HPP +#define INGEN_GRAPHOBJECT_HPP #include "raul/Deletable.hpp" @@ -48,4 +48,4 @@ public: } // namespace Ingen -#endif // INGEN_INTERFACE_GRAPHOBJECT_HPP +#endif // INGEN_GRAPHOBJECT_HPP |