We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f0b6f commit ee72aa2Copy full SHA for ee72aa2
source/Runtime.cpp
@@ -94,6 +94,8 @@ namespace Langulus::Entity
94
// boundary, to avoid segfaults when unloading libraries from
95
// mModulesByType - it is indexed by a DMeta
96
// So we make sure that the base modules are defined here
97
+ (void)MetaDataOf<Thing>();
98
+
99
(void)MetaDataOf<A::PlatformModule>();
100
(void)MetaDataOf<A::Platform>();
101
(void)MetaDataOf<A::Window>();
source/Thing.hpp
@@ -39,6 +39,7 @@ namespace Langulus::Entity
39
, public Referenced
40
, public SeekInterface<Thing>
41
{
42
+ LANGULUS(NAME) "Thing";
43
LANGULUS(ABSTRACT) false;
44
LANGULUS(PRODUCER) Thing;
45
LANGULUS(POOL_TACTIC) RTTI::PoolTactic::Type;
0 commit comments