X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1e7793361bb0106611e5d1373b4e1e6ed30f14f..8d8e24dfd72727e2bc3f43a5b706ee2740ce7456:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index ef9a23dd97..e43d0b3acb 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -178,7 +178,7 @@ public: // is the filename valid at all? bool IsOk() const - { + { // we're fine if we have the path or the name or if we're a root dir return m_dirs.size() != 0 || !m_name.IsEmpty() || !m_relative; }