]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filesys.cpp
Add wxWindowPtr smart pointer.
[wxWidgets.git] / src / common / filesys.cpp
index f4533871e248fb0efa1f889f4dc96de48445a9f0..06edca28a2fe3b14507bfe64bfc19f8e0b5302bd 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxFileSystem class - interface for opening files
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
-// CVS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -262,7 +261,7 @@ wxFSFile* wxLocalFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString&
     }
 
     return new wxFSFile(is,
-                        right,
+                        location,
                         wxEmptyString,
                         GetAnchor(location)
 #if wxUSE_DATETIME