fix constness

release/4.3a0
Duy-Nguyen Ta 2017-10-08 22:06:44 -04:00
parent 7ecdbd5908
commit 3e8807b575
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ class KeySet {
// structure specific methods
void insert(size_t key);
void merge(gtsam::KeySet& other);
void merge(const gtsam::KeySet& other);
bool erase(size_t key); // returns true if value was removed
bool count(size_t key) const; // returns true if value exists