diff options
Diffstat (limited to 'wx+/file_drop.h')
-rw-r--r-- | wx+/file_drop.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/wx+/file_drop.h b/wx+/file_drop.h index cfa0ea6c..c3ffe09c 100644 --- a/wx+/file_drop.h +++ b/wx+/file_drop.h @@ -1,8 +1,8 @@ -// ************************************************************************** -// * This file is part of the FreeFileSync project. It is distributed under * -// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 * -// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved * -// ************************************************************************** +// ***************************************************************************** +// * This file is part of the FreeFileSync project. It is distributed under * +// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 * +// * Copyright (C) Zenju (zenju AT freefilesync DOT org) - All Rights Reserved * +// ***************************************************************************** #ifndef FILE_DROP_H_09457802957842560325626 #define FILE_DROP_H_09457802957842560325626 @@ -74,7 +74,7 @@ private: const std::vector<Zstring> droppedPaths_; }; -typedef void (wxEvtHandler::*FileDropEventFunction)(FileDropEvent&); +using FileDropEventFunction = void (wxEvtHandler::*)(FileDropEvent&); #define FileDropEventHandler(func) \ (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(FileDropEventFunction, &func) |