diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-30 01:20:40 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-01-30 01:20:40 +0000 |
| commit | e9395133e38691efc3f7d2c6b4fbff6d02ad29f1 (patch) | |
| tree | e9dc53d5d535499dd1df83a7f1c4b41cffd97a5f /src/Fl_Native_File_Chooser_WIN32.cxx | |
| parent | 00dd296ff202631dc0d773755e970fcca5a25f68 (diff) | |
Fix Windows compilation error in Fl_Native_File_Chooser_WIN32.cxx.
Fix regression (typo) introduced in svn r11086.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11089 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Native_File_Chooser_WIN32.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_WIN32.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index 4c38db6a8..da425339a 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -139,8 +139,7 @@ Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) { #endif memset((void*)_ofn_ptr, 0, sizeof(OPENFILENAMEW)); _ofn_ptr->lStructSize = sizeof(OPENFILENAMEW); - _ofn_ptr->hwndOwner = NULL; - _ofn_ptr.hwndOwner = 0L; + _ofn_ptr->hwndOwner = 0L; memset((void*)_binf_ptr, 0, sizeof(BROWSEINFOW)); _pathnames = NULL; _tpathnames = 0; |
