summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/source.cxx')
-rw-r--r--dtrans/source/win32/dnd/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx
index 2728aed7cc11..b7a1aa0551ed 100644
--- a/dtrans/source/win32/dnd/source.cxx
+++ b/dtrans/source/win32/dnd/source.cxx
@@ -218,13 +218,13 @@ HRESULT STDMETHODCALLTYPE DragSource::QueryInterface( REFIID riid, void **ppvOb
}
-ULONG STDMETHODCALLTYPE DragSource::AddRef( void)
+ULONG STDMETHODCALLTYPE DragSource::AddRef()
{
acquire();
return (ULONG) m_refCount;
}
-ULONG STDMETHODCALLTYPE DragSource::Release( void)
+ULONG STDMETHODCALLTYPE DragSource::Release()
{
ULONG ref= m_refCount;
release();