diff options
| author | Max Horn | 2006-10-21 12:44:10 +0000 |
|---|---|---|
| committer | Max Horn | 2006-10-21 12:44:10 +0000 |
| commit | 9edf1e6a1a95f45b9883e298edc7e578ff9495d1 (patch) | |
| tree | 897a46c0e4bbc22c8422bd3b96545bfeea3a4a0f /sound/softsynth | |
| parent | 86d3f30347d5ee7ee67a4f16d5043b9bef0539db (diff) | |
| download | scummvm-rg350-9edf1e6a1a95f45b9883e298edc7e578ff9495d1.tar.gz scummvm-rg350-9edf1e6a1a95f45b9883e298edc7e578ff9495d1.tar.bz2 scummvm-rg350-9edf1e6a1a95f45b9883e298edc7e578ff9495d1.zip | |
cleanup
svn-id: r24407
Diffstat (limited to 'sound/softsynth')
| -rw-r--r-- | sound/softsynth/mt32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp index 4af039287e..70ce6bcf8b 100644 --- a/sound/softsynth/mt32.cpp +++ b/sound/softsynth/mt32.cpp @@ -75,7 +75,7 @@ public: int getRate() const { return _outputRate; } }; -class MT32File: public MT32Emu::File { +class MT32File : public MT32Emu::File { Common::File file; public: bool open(const char *filename, OpenMode mode) { |
