Warn on incompatible wxDirDialog styles

This commit is contained in:
Ian McInerney
2020-06-02 10:36:53 +01:00
committed by Vadim Zeitlin
parent 7230acd110
commit ade5030c56
4 changed files with 11 additions and 1 deletions

View File

@@ -122,6 +122,9 @@ public:
/**
Returns the default or user-selected path.
@note This function can't be used with dialogs which have the @c wxDD_MULTIPLE style,
use GetPaths() instead.
*/
virtual wxString GetPath() const;