aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/mt32_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/mt32/mt32_file.h')
-rw-r--r--sound/softsynth/mt32/mt32_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32/mt32_file.h b/sound/softsynth/mt32/mt32_file.h
index 27c8ccbe46..b311ad9626 100644
--- a/sound/softsynth/mt32/mt32_file.h
+++ b/sound/softsynth/mt32/mt32_file.h
@@ -49,7 +49,7 @@ public:
class ANSIFile: public File {
private:
- FILE *fp;
+ void *fp;
public:
bool open(const char *filename, OpenMode mode);
void close();