shoulddo fix

This commit is contained in:
Robin Müller 2020-09-18 13:37:38 +02:00
parent 6062192bf0
commit 8ea0a38658
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public:
/**
* @brief This is the forward declaration of the global objectManager instance.
*/
// maybe but this in the glob namespace to explicitely mark it global?
// SHOULDDO: maybe put this in the glob namespace to explicitely mark it global?
extern ObjectManagerIF *objectManager;
/*Documentation can be found in the class method declaration above.*/