Skip to content

Commit ee72aa2

Browse files
committed
Reflecting Thing; Simplified Thing token
1 parent 76f0b6f commit ee72aa2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

source/Runtime.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ namespace Langulus::Entity
9494
// boundary, to avoid segfaults when unloading libraries from
9595
// mModulesByType - it is indexed by a DMeta
9696
// So we make sure that the base modules are defined here
97+
(void)MetaDataOf<Thing>();
98+
9799
(void)MetaDataOf<A::PlatformModule>();
98100
(void)MetaDataOf<A::Platform>();
99101
(void)MetaDataOf<A::Window>();

source/Thing.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ namespace Langulus::Entity
3939
, public Referenced
4040
, public SeekInterface<Thing>
4141
{
42+
LANGULUS(NAME) "Thing";
4243
LANGULUS(ABSTRACT) false;
4344
LANGULUS(PRODUCER) Thing;
4445
LANGULUS(POOL_TACTIC) RTTI::PoolTactic::Type;

0 commit comments

Comments
 (0)