diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-17 21:36:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-17 21:36:44 +0300 |
commit | 7cbd415d9fedb531220c67635cabe5478df94218 (patch) | |
tree | 1dd8698aaf26e987d99f6ce4bdac306f42dbc660 | |
parent | 93d2e433330dc361b5ca7013ba4b05c3c361b7d8 (diff) | |
download | plus-7cbd415d9fedb531220c67635cabe5478df94218.tar.gz plus-7cbd415d9fedb531220c67635cabe5478df94218.tar.bz2 plus-7cbd415d9fedb531220c67635cabe5478df94218.tar.xz plus-7cbd415d9fedb531220c67635cabe5478df94218.zip |
fix compilation with some compilers.
-rw-r--r-- | src/gui/widgets/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/widget.h b/src/gui/widgets/widget.h index c2b1040db..20361d13b 100644 --- a/src/gui/widgets/widget.h +++ b/src/gui/widgets/widget.h @@ -100,7 +100,7 @@ class WidgetListener; class Widget : public Widget2 { public: - friend BasicContainer; + friend class BasicContainer; /** * Constructor. Resets member variables. Noteable, a widget is not |