Remove class qualification from header file

This commit is contained in:
Ryan Huffman 2016-05-11 11:11:52 -07:00
parent 368eded8ee
commit 1bec38584b

View file

@ -52,7 +52,7 @@ public:
bool readFromFile(const char* filename);
// 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;
OctalCodePtrList getEndNodeOctalCodes() const;