diff options
Diffstat (limited to 'FreeFileSync/Source/RealTimeSync/folder_selector2.h')
-rwxr-xr-x | FreeFileSync/Source/RealTimeSync/folder_selector2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FreeFileSync/Source/RealTimeSync/folder_selector2.h b/FreeFileSync/Source/RealTimeSync/folder_selector2.h index a11567a8..e6af3940 100755 --- a/FreeFileSync/Source/RealTimeSync/folder_selector2.h +++ b/FreeFileSync/Source/RealTimeSync/folder_selector2.h @@ -13,7 +13,7 @@ #include <wx/textctrl.h> #include <wx+/file_drop.h> -namespace zen +namespace rts { //handle drag and drop, tooltip, label and manual input, coordinating a wxWindow, wxButton, and wxTextCtrl @@ -32,7 +32,7 @@ public: private: void onMouseWheel (wxMouseEvent& event); - void onFilesDropped (FileDropEvent& event); + void onFilesDropped (zen::FileDropEvent& event); void onEditFolderPath(wxCommandEvent& event); void onSelectDir (wxCommandEvent& event); |