diff options
author | Paweł Kołodziejski | 2005-10-26 18:32:58 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-10-26 18:32:58 +0000 |
commit | 9a85839aa442726b05ce7cf126183bef027a6338 (patch) | |
tree | 98a58c7cdf177aeda71d4a539d7cbded5099848d | |
parent | 73e715f1d18db302e666c13e356a9d9c136665b0 (diff) | |
download | scummvm-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
-rw-r--r-- | scumm/imuse_internal.h | 2 |
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; |