From 961c1245f70861ecb3ea494f023da9ac01aa058a Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 8 Feb 2011 03:53:34 +0000 Subject: [PATCH] Remove const in path.cpp (missed in r5320) Originally committed to SVN as r5321. --- aegisub/libaegisub/common/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/libaegisub/common/path.cpp b/aegisub/libaegisub/common/path.cpp index 3f6465fb2..7f461943f 100644 --- a/aegisub/libaegisub/common/path.cpp +++ b/aegisub/libaegisub/common/path.cpp @@ -84,7 +84,7 @@ void Path::ListSet(const char *name, std::vector list) { } -const void Path::Decode(std::string &path) { +void Path::Decode(std::string &path) { if (path[0] != 94) // "^" return; try {