aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
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;