diff options
author | Paul Gilbert | 2016-03-06 20:23:35 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-03-06 20:23:35 -0500 |
commit | 2395e5601ca09c001ba5cff7c67a0dd70019f789 (patch) | |
tree | 5e0cb4c4997cefb55a238169cfe865916093d3f5 /engines/titanic/pet_control | |
parent | dd5c119f322b8d6462bb5b7a3028d1536c7c3214 (diff) | |
download | scummvm-rg350-2395e5601ca09c001ba5cff7c67a0dd70019f789.tar.gz scummvm-rg350-2395e5601ca09c001ba5cff7c67a0dd70019f789.tar.bz2 scummvm-rg350-2395e5601ca09c001ba5cff7c67a0dd70019f789.zip |
TITANIC: Further gcc compilation fixes
Diffstat (limited to 'engines/titanic/pet_control')
-rw-r--r-- | engines/titanic/pet_control/pet_control_sub10.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_control_sub10.h b/engines/titanic/pet_control/pet_control_sub10.h index e532f9c116..f8534d7089 100644 --- a/engines/titanic/pet_control/pet_control_sub10.h +++ b/engines/titanic/pet_control/pet_control_sub10.h @@ -41,7 +41,6 @@ protected: CPetVal _val2; CPetVal _val3; public: - CLASSDEF CPetControlSub10(); virtual void proc8(); |