aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2013-09-04 19:17:32 +0200
committerStrangerke2013-09-04 19:17:32 +0200
commit247bf3ca26a5e348f2a0c3cc584766a69a1472de (patch)
tree2163f3a4833615df254ff2489145078cf0dc6767 /engines
parenta952ae3f8761a390de73a5e9031f9f233041f099 (diff)
downloadscummvm-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.h6
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;