diff options
Diffstat (limited to 'src/core/Node.hpp')
-rw-r--r-- | src/core/Node.hpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/core/Node.hpp b/src/core/Node.hpp index 249d1f2..262a611 100644 --- a/src/core/Node.hpp +++ b/src/core/Node.hpp @@ -16,8 +16,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _OUSIA_DOM_NODE_HPP_ -#define _OUSIA_DOM_NODE_HPP_ +#ifndef _OUSIA_NODE_HPP_ +#define _OUSIA_NODE_HPP_ #include <functional> #include <map> @@ -28,7 +28,6 @@ #include <core/Managed.hpp> namespace ousia { -namespace dom { /* Forward declarations */ class Node; @@ -512,7 +511,6 @@ public: bool triggerEvent(Event &event, bool fromChild = false); }; } -} -#endif /* _OUSIA_DOM_NODE_HPP_ */ +#endif /* _OUSIA_NODE_HPP_ */ |