diff options
author | Strangerke | 2013-09-04 19:17:32 +0200 |
---|---|---|
committer | Strangerke | 2013-09-04 19:17:32 +0200 |
commit | 247bf3ca26a5e348f2a0c3cc584766a69a1472de (patch) | |
tree | 2163f3a4833615df254ff2489145078cf0dc6767 /engines | |
parent | a952ae3f8761a390de73a5e9031f9f233041f099 (diff) | |
download | scummvm-rg350-247bf3ca26a5e348f2a0c3cc584766a69a1472de.tar.gz scummvm-rg350-247bf3ca26a5e348f2a0c3cc584766a69a1472de.tar.bz2 scummvm-rg350-247bf3ca26a5e348f2a0c3cc584766a69a1472de.zip |
AVALANCHE: Fix very verbose source of warning
Diffstat (limited to 'engines')
-rw-r--r-- | engines/avalanche/dropdown2.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/dropdown2.h b/engines/avalanche/dropdown2.h index 58b3ca9158..35b4b56283 100644 --- a/engines/avalanche/dropdown2.h +++ b/engines/avalanche/dropdown2.h @@ -126,9 +126,9 @@ private: class Dropdown { public: - friend HeadType; - friend MenuItem; - friend MenuBar; + friend class HeadType; + friend class MenuItem; + friend class MenuBar; MenuItem _activeMenuItem; MenuBar _menuBar; |