small update

This commit is contained in:
Robin Müller 2021-06-08 14:30:35 +02:00
parent 0157681471
commit 75adf52d28
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ private:
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>
T* ObjectManager::get( object_id_t id ) {
SystemObjectIF* temp = this->getSystemObject(id);