mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-13 08:58:54 -05:00
Only make an internalInitialize in OpenSpaceModule that accepts a ghoul::Dictionary
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user