From 8269b7bdc225971f4a9356413768f6aaf7675e79 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 22 Oct 2005 22:18:44 +0000 Subject: Switch iMuse to use Serialiazable, too (at least partially) svn-id: r19243 --- scumm/instrument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/instrument.h') diff --git a/scumm/instrument.h b/scumm/instrument.h index da7fde4a27..0f560e65d6 100644 --- a/scumm/instrument.h +++ b/scumm/instrument.h @@ -34,7 +34,7 @@ class Instrument; class InstrumentInternal { public: - virtual ~InstrumentInternal() {}; + virtual ~InstrumentInternal() {} virtual void saveOrLoad (Serializer *s) = 0; virtual void send (MidiChannel *mc) = 0; virtual void copy_to (Instrument *dest) = 0; -- cgit v1.2.3