Subgraphing code in place
[satune.git] / src / Collections / hashset.h
index cdba3b2d970e16352e95264db403a8245fa08ec1..13edbf95895e589d88fb4d548e575e7cf677408c 100644 (file)
@@ -205,11 +205,11 @@ public:
                return true;
        }
 
-       unsigned int getSize() {
+       unsigned int getSize() const {
                return table->getSize();
        }
 
-       bool isEmpty() {
+       bool isEmpty() const {
                return getSize() == 0;
        }