From 1cb5fdc15c5f8399ca08377eb498f7c27c2eee85 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 6 Mar 2014 11:54:40 +0000 Subject: reworked the model classes according to manipulated GraphNode and removed some bugs resulting from a misunderstanding between abtract domain declarations and instances. git-svn-id: file:///var/local/svn/basicwriter@29 daaaf23c-2e50-4459-9457-1e69db5a47bf --- src/model/types/Value.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/model/types/Value.hpp') diff --git a/src/model/types/Value.hpp b/src/model/types/Value.hpp index 3076dd2..ec9f354 100644 --- a/src/model/types/Value.hpp +++ b/src/model/types/Value.hpp @@ -16,8 +16,8 @@ along with this program. If not, see . */ -#ifndef _VALUE_HPP_ -#define _VALUE_HPP_ +#ifndef _OUSIA_TYPES_VALUE_HPP_ +#define _OUSIA_TYPES_VALUE_HPP_ namespace ousia { namespace types { @@ -28,4 +28,4 @@ class Value { }; } } -#endif /* _VALUE_HPP_ */ +#endif /* _OUSIA_TYPES_VALUE_HPP_ */ -- cgit v1.2.3