From ab8997f64d069d28c33aca830a6b0574bf6fcda3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 18 Sep 2007 21:34:57 +0000 Subject: Fix linker issues when doing a plugin build, and (hopefully) also on Windows svn-id: r28950 --- backends/fs/symbian/symbian-fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/fs/symbian') diff --git a/backends/fs/symbian/symbian-fs.cpp b/backends/fs/symbian/symbian-fs.cpp index d3b39f192c..e8a9553927 100644 --- a/backends/fs/symbian/symbian-fs.cpp +++ b/backends/fs/symbian/symbian-fs.cpp @@ -83,7 +83,7 @@ public: * @param str Path to obtain the last component from. * @return Pointer to the first char of the last component inside str. */ -static const char *lastPathComponent(const Common::String &str) { +const char *lastPathComponent(const Common::String &str) { const char *start = str.c_str(); const char *cur = start + str.size() - 2; -- cgit v1.2.3