diff options
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index 4ddfee3..3a52a65 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -480,7 +480,7 @@ typedef void (WINAPI * SFILE_ADDFILE_CALLBACK)(void * pvUserData, DWORD dwBytesW typedef void (WINAPI * SFILE_COMPACT_CALLBACK)(void * pvUserData, DWORD dwWorkType, ULONGLONG BytesProcessed, ULONGLONG TotalBytes); struct TFileStream; -struct TBitArray; +class TBitArray; //----------------------------------------------------------------------------- // Structures related to MPQ format |