summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/Utils.h')
-rw-r--r--plugins/IEView/src/Utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/IEView/src/Utils.h b/plugins/IEView/src/Utils.h
index 87f107ce09..38d8cdddc2 100644
--- a/plugins/IEView/src/Utils.h
+++ b/plugins/IEView/src/Utils.h
@@ -35,9 +35,7 @@ private:
public:
static const wchar_t *getBaseDir();
static wchar_t* toAbsolute(wchar_t* relative);
- static void appendIcon(char **str, int *sizeAlloced, const char *iconFile);
- static void appendText(char **str, int *sizeAlloced, const char *fmt, ...);
- static void appendText(wchar_t **str, int *sizeAlloced, const wchar_t *fmt, ...);
+ static void appendIcon(CMStringA &str, const char *iconFile);
static void convertPath(char *path);
static void convertPath(wchar_t *path);
static char *escapeString(const char *a);