diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-29 13:25:48 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-29 13:25:48 +0000 |
commit | bde17379eeb7957f4dbbcb5c21ebdd8d14902b99 (patch) | |
tree | d34b16318edd37f1688970bf3cccf7c411e555dc /include | |
parent | ebd906de0e8aef7d33ccb2b4f81ad53dfb796fcf (diff) |
- adaptation of IRC dialogs to the kernel UI Utils;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_string.h b/include/m_string.h index bf5f791342..6d152e7b9c 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -771,7 +771,6 @@ public: CMStringT(wchar_t ch, int nLength = 1);
CMStringT(const XCHAR* pch, int nLength);
-
CMStringT(const YCHAR* pch, int nLength);
// Destructor
|