small update
This commit is contained in:
parent
0157681471
commit
75adf52d28
@ -68,7 +68,7 @@ private:
|
|||||||
static ObjectManager* objManagerInstance;
|
static ObjectManager* objManagerInstance;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*Documentation can be found in the class method declaration above.*/
|
// Documentation can be found in the class method declaration above
|
||||||
template <typename T>
|
template <typename T>
|
||||||
T* ObjectManager::get( object_id_t id ) {
|
T* ObjectManager::get( object_id_t id ) {
|
||||||
SystemObjectIF* temp = this->getSystemObject(id);
|
SystemObjectIF* temp = this->getSystemObject(id);
|
||||||
|
Loading…
Reference in New Issue
Block a user