From 8351d4c42c76584415e02a40d41f497a8f042c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 16 Aug 2022 16:09:51 +0200 Subject: EpisodeListView: Use FileView consistently. --- c/data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/data.h') diff --git a/c/data.h b/c/data.h index e584442..2cc4c14 100644 --- a/c/data.h +++ b/c/data.h @@ -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(view); } HANDLE hf; HANDLE hm; unsigned char* view; -- cgit v1.2.3