diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-10-04 02:09:13 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-10-04 02:09:13 +0000 |
commit | e334a8aa00789c720aa70694fe2e134a65deda12 (patch) | |
tree | b54cf95eb8793c46a80f026ca819544b51988ba7 /common/fltk/FL | |
parent | b898b888a3d83ed082c020f79283ecb42162a9d7 (diff) | |
download | tigervnc-e334a8aa00789c720aa70694fe2e134a65deda12.tar.gz tigervnc-e334a8aa00789c720aa70694fe2e134a65deda12.zip |
Re-commit MSVC build fixes, which were forcibly removed by 4675. Please (a) bring these upstream so they don't get deleted again, and (b) always check the build with MSVC prior to committing modifications to any libraries that affect that build.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4689 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/fltk/FL')
-rw-r--r-- | common/fltk/FL/Fl_Widget.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/fltk/FL/Fl_Widget.H b/common/fltk/FL/Fl_Widget.H index 5cc6a796..041b2d36 100644 --- a/common/fltk/FL/Fl_Widget.H +++ b/common/fltk/FL/Fl_Widget.H @@ -108,6 +108,7 @@ struct FL_EXPORT Fl_Label { */ class FL_EXPORT Fl_Widget { friend class Fl_Group; + friend class Fl_X; Fl_Group* parent_; Fl_Callback* callback_; |