mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-28 07:59:37 -06:00
Potential GCC compile fix
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
* Returns a static reference to the main singleton DocumentationEngine
|
||||
* \return A static reference to the main singleton DocumentationEngine
|
||||
*/
|
||||
static DocumentationEngine& ref();
|
||||
static openspace::DocumentationEngine& ref();
|
||||
|
||||
private:
|
||||
/// The list of all Documentation%s that are stored by the DocumentationEngine
|
||||
|
||||
@@ -134,7 +134,7 @@ public:
|
||||
*/
|
||||
void loadFromFile(const std::string& filename);
|
||||
|
||||
static Documentation Documentation();
|
||||
static openspace::Documentation Documentation();
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user