From 2d302b70d2c0a4e8b3f6da7fc3f1074b1f225aae Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 1 Nov 2015 18:48:34 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@9129 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Value.hpp b/uppsrc/Core/Value.hpp index ae6977d67..cdfc76ee0 100644 --- a/uppsrc/Core/Value.hpp +++ b/uppsrc/Core/Value.hpp @@ -124,7 +124,7 @@ public: T v; enum VPICK { PICK }; - enum VDEEP { DEEP }; + enum VDEEP { DEEP }; const T& Get() const { return v; } T& Get() { return v; }