diff options
author | whiterandrek | 2018-06-20 14:02:08 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 103052fe15594dc16bd03901b67f096b7babc96c (patch) | |
tree | 0379ff1e1a75222e9b9cdfe99786fef7ad37852f | |
parent | 48a001648e47c287e7e8229f11c88b6c73d73cbe (diff) | |
download | scummvm-rg350-103052fe15594dc16bd03901b67f096b7babc96c.tar.gz scummvm-rg350-103052fe15594dc16bd03901b67f096b7babc96c.tar.bz2 scummvm-rg350-103052fe15594dc16bd03901b67f096b7babc96c.zip |
PINK: fix compiler warning about mismatched declarations
-rw-r--r-- | engines/pink/pda_mgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pink/pda_mgr.h b/engines/pink/pda_mgr.h index 5d84f497fe..f1fe645190 100644 --- a/engines/pink/pda_mgr.h +++ b/engines/pink/pda_mgr.h @@ -34,6 +34,8 @@ class LeadActor; class Command; class PDAPage; +struct Command; + class PDAMgr { public: PDAMgr(PinkEngine *game); |