summaryrefslogtreecommitdiff
path: root/plugins/Folders/src/folderItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Folders/src/folderItem.h')
-rw-r--r--plugins/Folders/src/folderItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/folderItem.h b/plugins/Folders/src/folderItem.h
index ad02db6d12..385037b0d2 100644
--- a/plugins/Folders/src/folderItem.h
+++ b/plugins/Folders/src/folderItem.h
@@ -43,7 +43,7 @@ public:
CFolderItem(const char *sectionName, const char *name, const wchar_t *format, const wchar_t *userName);
virtual ~CFolderItem();
- CMString Expand();
+ CMStringW Expand();
void Save();
int IsEqual(const CFolderItem *other);