diff options
author | Max Horn | 2003-01-04 19:11:45 +0000 |
---|---|---|
committer | Max Horn | 2003-01-04 19:11:45 +0000 |
commit | c2f816b246e13ea0c97d73cfd3952ed88f650987 (patch) | |
tree | d4ece4f5c74fc1e7dfb87daeccb835228d8954bd /simon | |
parent | fb02e1f227657851dca222d2117117b861f6bebf (diff) | |
download | scummvm-rg350-c2f816b246e13ea0c97d73cfd3952ed88f650987.tar.gz scummvm-rg350-c2f816b246e13ea0c97d73cfd3952ed88f650987.tar.bz2 scummvm-rg350-c2f816b246e13ea0c97d73cfd3952ed88f650987.zip |
use proper C++ now so that it compiles again on GCC 3
svn-id: r6332
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h index 1603a04475..079e1ac8b8 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -103,8 +103,8 @@ public: File *_mus_file; uint16 *_mus_offsets; - bool SimonState::readSting(uint a); - void SimonState::playSting(uint a); + bool readSting(uint a); + void playSting(uint a); byte *_vc_ptr; /* video code ptr */ |