summaryrefslogtreecommitdiff
path: root/src/core/managed/Managed.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/managed/Managed.hpp')
-rw-r--r--src/core/managed/Managed.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/managed/Managed.hpp b/src/core/managed/Managed.hpp
index fecbfdd..f7eaa48 100644
--- a/src/core/managed/Managed.hpp
+++ b/src/core/managed/Managed.hpp
@@ -215,7 +215,7 @@ public:
* @param true if the RttiBase registered for this particular Managed class
* may contain instance of the given type.
*/
- bool aggregatedOf(const RttiBase &t) const;
+ bool composedOf(const RttiBase &t) const;
};
/**