aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/File.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/File.h')
-rwxr-xr-xaudio/softsynth/mt32/File.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/softsynth/mt32/File.h b/audio/softsynth/mt32/File.h
index f29d4f3c42..c9a7d582b4 100755
--- a/audio/softsynth/mt32/File.h
+++ b/audio/softsynth/mt32/File.h
@@ -49,6 +49,9 @@ protected:
private:
bool sha1DigestCalculated;
SHA1Digest sha1Digest;
+
+ // Binary compatibility helper.
+ void *reserved;
};
class MT32EMU_EXPORT ArrayFile : public AbstractFile {