summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dnd/idroptarget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dnd/idroptarget.cxx')
-rw-r--r--dtrans/source/win32/dnd/idroptarget.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dtrans/source/win32/dnd/idroptarget.cxx b/dtrans/source/win32/dnd/idroptarget.cxx
index 702c9a3e567e..5fa45b935391 100644
--- a/dtrans/source/win32/dnd/idroptarget.cxx
+++ b/dtrans/source/win32/dnd/idroptarget.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -112,3 +113,5 @@ STDMETHODIMP IDropTargetImpl::Drop( IDataObject *pDataObj,
return m_rDropTarget.Drop( pDataObj, grfKeyState,
pt, pdwEffect);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */