]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/filesystem.h
wxVector<T> is header-based, use @nolibrary
[wxWidgets.git] / docs / doxygen / overviews / filesystem.h
index 1b98850b766dd3d34a03993f803842ed4e440678..f48a446fce13b45ba201e119adff4458e26aa7a9 100644 (file)
@@ -36,7 +36,7 @@
      Its main methods are ChangePathTo() and OpenFile(). This class
      is most often used by the end user.
  @li The wxFileSystemHandler is the core
-     of virtual file systems mechanism. You can derive your own handler and pass 
+     of virtual file systems mechanism. You can derive your own handler and pass
      it to the VFS mechanism. You can derive your own handler and pass it to
      wxFileSystem's AddHandler() method. In the new handler you only need to
      override the OpenFile() and CanOpen() methods.