mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 21:02:17 +02:00
add back a removed comment from jurisdiction map
This commit is contained in:
parent
08bd2adb51
commit
8a2bb55231
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ public:
|
|||
// standard assignment
|
||||
JurisdictionMap& operator=(const JurisdictionMap& other); // copy assignment
|
||||
|
||||
// application constructors
|
||||
JurisdictionMap(const char* filename);
|
||||
JurisdictionMap(unsigned char* rootOctalCode, const std::vector<unsigned char*>& endNodes);
|
||||
JurisdictionMap(const char* rootHextString, const char* endNodesHextString);
|
||||
|
|
Loading…
Reference in a new issue