diff options
author | Torbjörn Andersson | 2015-05-30 17:45:39 +0200 |
---|---|---|
committer | Torbjörn Andersson | 2015-05-30 17:45:39 +0200 |
commit | a7f9e4c317aecc179bca6b698922c3b835ca02cc (patch) | |
tree | 37789447e14672eb6aca71eb498e7512d51701ff | |
parent | 17aeb5264921ca55f77d190d6ff146e9a54ee5b6 (diff) | |
download | scummvm-rg350-a7f9e4c317aecc179bca6b698922c3b835ca02cc.tar.gz scummvm-rg350-a7f9e4c317aecc179bca6b698922c3b835ca02cc.tar.bz2 scummvm-rg350-a7f9e4c317aecc179bca6b698922c3b835ca02cc.zip |
SHERLOCK: Fix compilation with GCC
-rw-r--r-- | engines/sherlock/scalpel/scalpel_user_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_user_interface.h b/engines/sherlock/scalpel/scalpel_user_interface.h index 8ed69ac8b5..262cd291ed 100644 --- a/engines/sherlock/scalpel/scalpel_user_interface.h +++ b/engines/sherlock/scalpel/scalpel_user_interface.h @@ -44,7 +44,7 @@ extern const char *const PRESS_KEY_TO_CONTINUE; class Settings; class ScalpelUserInterface: public UserInterface { - friend class Inventory; + friend class Sherlock::Inventory; friend class Settings; friend class Talk; private: |