mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
Fixing Jenkins error in spicemanager.h, double namespace qualification
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
* \param filePath The path to the kernel that should be examined
|
||||
* \return true if the operation was successful
|
||||
*/
|
||||
bool SpiceManager::findCkCoverage(std::string& path);
|
||||
bool findCkCoverage(std::string& path);
|
||||
|
||||
/**
|
||||
* Function to find and store the intervals covered by a spk file, this is done
|
||||
@@ -95,7 +95,7 @@ public:
|
||||
* \param filePath The path to the kernel that should be examined
|
||||
* \return true if the operation was successful
|
||||
*/
|
||||
bool SpiceManager::findSpkCoverage(std::string& path);
|
||||
bool findSpkCoverage(std::string& path);
|
||||
|
||||
/**
|
||||
* \return true if SPK kernels have been loaded to cover <code>target</code>
|
||||
|
||||
Reference in New Issue
Block a user