Only make an internalInitialize in OpenSpaceModule that accepts a ghoul::Dictionary

This commit is contained in:
Alexander Bock
2017-12-31 17:32:40 -05:00
parent 53cfc7dd91
commit cac2f24b40
34 changed files with 70 additions and 59 deletions

View File

@@ -106,14 +106,10 @@ public:
protected:
/**
* Customization point for each derived class. The internalInitialize method is called
* by the initiailze method.
* by the initialize method.
* \param configuration The configuration options that were read from the
* configuration file
*/
virtual void internalInitialize();
/**
* Customization point for each derived class. The internalInitialize method is called
* by the initiailze method.
*/
virtual void internalInitialize(const ghoul::Dictionary& configuration);
/**