mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 11:41:17 +02:00
Remove class qualification from header file
This commit is contained in:
parent
368eded8ee
commit
1bec38584b
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public:
|
||||||
bool readFromFile(const char* filename);
|
bool readFromFile(const char* filename);
|
||||||
|
|
||||||
// Provide an atomic way to get both the rootOctalCode and endNodeOctalCodes.
|
// Provide an atomic way to get both the rootOctalCode and endNodeOctalCodes.
|
||||||
std::tuple<OctalCodePtr, OctalCodePtrList> JurisdictionMap::getRootAndEndNodeOctalCodes() const;
|
std::tuple<OctalCodePtr, OctalCodePtrList> getRootAndEndNodeOctalCodes() const;
|
||||||
OctalCodePtr getRootOctalCode() const;
|
OctalCodePtr getRootOctalCode() const;
|
||||||
OctalCodePtrList getEndNodeOctalCodes() const;
|
OctalCodePtrList getEndNodeOctalCodes() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue