diff options
| author | Max Horn | 2008-10-02 16:58:59 +0000 | 
|---|---|---|
| committer | Max Horn | 2008-10-02 16:58:59 +0000 | 
| commit | c7fde102e325b423b1b153a78f7544697c052b72 (patch) | |
| tree | 051aa4e66c66a20fa52fbb771328df5ea8d4790a /backends/fs/abstract-fs.cpp | |
| parent | 31be8a6b3f22880378db870600b29906135c8ef5 (diff) | |
| download | scummvm-rg350-c7fde102e325b423b1b153a78f7544697c052b72.tar.gz scummvm-rg350-c7fde102e325b423b1b153a78f7544697c052b72.tar.bz2 scummvm-rg350-c7fde102e325b423b1b153a78f7544697c052b72.zip | |
Renamed FilesystemNode -> FSNode
svn-id: r34716
Diffstat (limited to 'backends/fs/abstract-fs.cpp')
| -rw-r--r-- | backends/fs/abstract-fs.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/backends/fs/abstract-fs.cpp b/backends/fs/abstract-fs.cpp index 6daad7152a..aa341e70d9 100644 --- a/backends/fs/abstract-fs.cpp +++ b/backends/fs/abstract-fs.cpp @@ -24,7 +24,7 @@  #include "backends/fs/abstract-fs.h" -const char *AbstractFilesystemNode::lastPathComponent(const Common::String &str, const char sep) { +const char *AbstractFSNode::lastPathComponent(const Common::String &str, const char sep) {  	// TODO: Get rid of this eventually! Use Common::lastPathComponent instead  	if(str.empty())  		return ""; | 
