mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Updated ghoul version; more code cleanup
This commit is contained in:
@@ -55,13 +55,10 @@ public:
|
||||
|
||||
private:
|
||||
FactoryManager();
|
||||
|
||||
/// Not implemented on purpose, using this should result in an error
|
||||
FactoryManager(const FactoryManager& c);
|
||||
|
||||
/// Not implemented on purpose, using this should result in an error
|
||||
~FactoryManager();
|
||||
|
||||
FactoryManager(const FactoryManager& c) = delete;
|
||||
|
||||
static FactoryManager* _manager; ///<Singleton member
|
||||
|
||||
std::vector<ghoul::TemplateFactoryBase*> _factories;
|
||||
|
||||
Reference in New Issue
Block a user