Potential GCC compile fix

This commit is contained in:
Alexander Bock
2016-09-21 22:52:39 +02:00
parent 4c9f7a46c4
commit 5c84fd8919
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -134,7 +134,7 @@ public:
*/
void loadFromFile(const std::string& filename);
static Documentation Documentation();
static openspace::Documentation Documentation();
private:
/**