Adding python api for serilizing + performance improvement + making logs more readable
[satune.git] / src / Collections / cppvector.h
index 2d4cc1956df10579e362966c84371f4f34d5c63f..b8497d90857af941c12b24a74126a80714c99998 100644 (file)
@@ -63,7 +63,7 @@ public:
                array[index] = item;
        }
 
-       uint getSize() const {
+       inline uint getSize() const {
                return size;
        }