[studio] Fix warning
All checks were successful
Build / build (push) Successful in 1m11s

This commit is contained in:
2026-02-05 21:35:39 -06:00
parent f8b2700ea7
commit 86c2c26d8d

View File

@@ -20,7 +20,8 @@ class FileInfo: public ig::Popup {
ox::String typeName;
int typeVersion{};
ox::StringLiteral format;
size_t dataSize{};
// use manual sizing to work with %ull
unsigned long long dataSize{};
} m_fileInfo;
public: