]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
removed duplicate #include
[wxWidgets.git] / include / wx / filename.h
index ef9a23dd974e2478c736994735c2f1bf1e336e53..e43d0b3acbb480bc3af1e2af3e2f4fafa2fcf1b0 100644 (file)
@@ -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;
     }