summaryrefslogtreecommitdiff
path: root/src/model/types/Value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/types/Value.hpp')
-rw-r--r--src/model/types/Value.hpp6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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_ */