1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move file compression enum out of FileWrite.

This commit is contained in:
Bartosz Taudul
2024-05-31 19:24:32 +02:00
parent 07c6e12dbf
commit 9dea830f98
6 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ int main( int argc, char** argv )
}
#endif
tracy::FileWrite::Compression clev = tracy::FileWrite::Compression::Fast;
tracy::FileCompression clev = tracy::FileCompression::Fast;
if( argc != 3 ) Usage();