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

@@ -38,7 +38,7 @@ public:
std::vector<documentation::Documentation> documentations() const override;
protected:
void internalInitialize() override;
void internalInitialize(const ghoul::Dictionary&) override;
};
} // namespace openspace