aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2005-10-26 18:32:58 +0000
committerPaweł Kołodziejski2005-10-26 18:32:58 +0000
commit9a85839aa442726b05ce7cf126183bef027a6338 (patch)
tree98a58c7cdf177aeda71d4a539d7cbded5099848d /scumm
parent73e715f1d18db302e666c13e356a9d9c136665b0 (diff)
downloadscummvm-rg350-9a85839aa442726b05ce7cf126183bef027a6338.tar.gz
scummvm-rg350-9a85839aa442726b05ce7cf126183bef027a6338.tar.bz2
scummvm-rg350-9a85839aa442726b05ce7cf126183bef027a6338.zip
fixed compilation, changed to struct as it's declared
svn-id: r19319
Diffstat (limited to 'scumm')
-rw-r--r--scumm/imuse_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse_internal.h b/scumm/imuse_internal.h
index 985f376523..cd1e045820 100644
--- a/scumm/imuse_internal.h
+++ b/scumm/imuse_internal.h
@@ -345,7 +345,7 @@ struct Part : public Serializable {
// the public version, only contains a set of methods.
class IMuseInternal {
friend class Player;
- friend class Part;
+ friend struct Part;
protected:
bool _native_mt32;