diff options
Diffstat (limited to 'src/core/Managed.hpp')
-rw-r--r-- | src/core/Managed.hpp | 2 |
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 |