summaryrefslogtreecommitdiff
path: root/src/core/Managed.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-05 17:53:51 +0100
committerAndreas Stöckel <andreas@somweyr.de>2014-12-05 17:53:51 +0100
commitc5daa927663cb0eafa56495bded0d80b21d94e4d (patch)
tree9fd75d70b3d07d1e71aa6187ae20d266546f6fcc /src/core/Managed.hpp
parent2069538e089696eead64169895c935ff4bc577ba (diff)
parentb7c2dd440523948bebca54a91a4ba06451b473f0 (diff)
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'src/core/Managed.hpp')
-rw-r--r--src/core/Managed.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Managed.hpp b/src/core/Managed.hpp
index 6199e33..25fa14b 100644
--- a/src/core/Managed.hpp
+++ b/src/core/Managed.hpp
@@ -45,7 +45,7 @@ class Owned;
* Enum used to specify the direction of a object reference (inbound or
* outbound).
*/
-enum class RefDir { in, out };
+enum class RefDir { IN, OUT };
/**
* The ObjectDescriptor struct is used by the Manager for reference counting and