diff options
Diffstat (limited to 'c/data.h')
-rw-r--r-- | c/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ struct FileView FileView(const wchar_t* filename, size_t cb); ~FileView(); inline operator unsigned char*() { return view; } + inline operator ElvDataA*() { return reinterpret_cast<ElvDataA*>(view); } HANDLE hf; HANDLE hm; unsigned char* view; |