diff options
Diffstat (limited to 'src/pkl.h')
| -rw-r--r-- | src/pkl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ public: std::string id; std::string annotation_text; std::string hash; - int size; + int64_t size; std::string type; }; |
