diff options
Diffstat (limited to 'src/common/interface/GraphObject.hpp')
-rw-r--r-- | src/common/interface/GraphObject.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/interface/GraphObject.hpp b/src/common/interface/GraphObject.hpp index 072fbff9..68242a46 100644 --- a/src/common/interface/GraphObject.hpp +++ b/src/common/interface/GraphObject.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef GRAPHOBJECT_H -#define GRAPHOBJECT_H +#ifndef INGEN_INTERFACE_GRAPHOBJECT_HPP +#define INGEN_INTERFACE_GRAPHOBJECT_HPP #include "raul/Deletable.hpp" #include "raul/Path.hpp" @@ -55,4 +55,4 @@ public: } // namespace Shared } // namespace Ingen -#endif // GRAPHOBJECT_H +#endif // INGEN_INTERFACE_GRAPHOBJECT_HPP |