summaryrefslogtreecommitdiff
path: root/plugins/mTextControl/src/enumformat.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-17 19:25:04 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-17 19:25:04 +0000
commit3cab5cc7a72ec216d463cfd7735e11b808a221c7 (patch)
tree400e47ca3545b7c98f8d9833efbc62012bcb6376 /plugins/mTextControl/src/enumformat.cpp
parent18cffbe601f10d14a4611c2cf3eca3beb0d7ec1a (diff)
mTextControl: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mTextControl/src/enumformat.cpp')
-rw-r--r--plugins/mTextControl/src/enumformat.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/mTextControl/src/enumformat.cpp b/plugins/mTextControl/src/enumformat.cpp
index 9aa3895e05..917fe0c584 100644
--- a/plugins/mTextControl/src/enumformat.cpp
+++ b/plugins/mTextControl/src/enumformat.cpp
@@ -24,17 +24,17 @@ public:
//
// IUnknown members
//
- HRESULT __stdcall QueryInterface (REFIID iid, void ** ppvObject);
- ULONG __stdcall AddRef (void);
- ULONG __stdcall Release (void);
+ HRESULT __stdcall QueryInterface(REFIID iid, void ** ppvObject);
+ ULONG __stdcall AddRef(void);
+ ULONG __stdcall Release(void);
//
// IEnumFormatEtc members
//
- HRESULT __stdcall Next (ULONG celt, FORMATETC * rgelt, ULONG * pceltFetched);
- HRESULT __stdcall Skip (ULONG celt);
- HRESULT __stdcall Reset (void);
- HRESULT __stdcall Clone (IEnumFORMATETC ** ppEnumFormatEtc);
+ HRESULT __stdcall Next(ULONG celt, FORMATETC * rgelt, ULONG * pceltFetched);
+ HRESULT __stdcall Skip(ULONG celt);
+ HRESULT __stdcall Reset(void);
+ HRESULT __stdcall Clone(IEnumFORMATETC ** ppEnumFormatEtc);
//
// Construction / Destruction