fix print bug
[satune.git] / src / Collections / corestructs.h
index 8f34078056b7f30a751d4e7200f447c0608b8431..90da6c99b9a91596ecaf4acd88c0af53d442f423 100644 (file)
@@ -23,7 +23,7 @@ public:
        operator bool() {
                return getBoolean() != NULL;
        }
-        void print();
+       void print();
 private:
        Boolean *b;
 };