summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-13 19:53:55 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-13 19:53:55 +0000
commit087300b294b87ab2705244908ec932a5a8c98262 (patch)
tree2f95e894f876d3d8876ac8f1902edc994b9992bd /plugins/TabSRMM/src/utils.h
parentcb6be442595479bfd577d4cc7399861ff246f5e7 (diff)
fix for the url extractor
git-svn-id: http://svn.miranda-ng.org/main/trunk@11377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/utils.h')
-rw-r--r--plugins/TabSRMM/src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h
index 34b4c5039d..35d91c1b9a 100644
--- a/plugins/TabSRMM/src/utils.h
+++ b/plugins/TabSRMM/src/utils.h
@@ -107,7 +107,7 @@ public:
static HMODULE loadSystemLibrary(const wchar_t* szFilename);
static INT_PTR CALLBACK PopupDlgProcError(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
- static LPCTSTR extractURLFromRichEdit(const ENLINK* _e, const HWND hwndRich);
+ static LPTSTR extractURLFromRichEdit(const ENLINK* _e, const HWND hwndRich);
static size_t CopyToClipBoard(const wchar_t *str, const HWND hwndOwner);