summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/MtaOleClipb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/clipb/MtaOleClipb.hxx')
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.hxx b/dtrans/source/win32/clipb/MtaOleClipb.hxx
index a8458a1c3fec..5c7dbfa5c6f5 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.hxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.hxx
@@ -73,9 +73,9 @@ private:
// message handler functions; remember these functions are called
// from a different thread context!
- LRESULT onSetClipboard( IDataObject* pIDataObject );
- LRESULT onGetClipboard( LPSTREAM* ppStream );
- LRESULT onFlushClipboard( );
+ static LRESULT onSetClipboard( IDataObject* pIDataObject );
+ static LRESULT onGetClipboard( LPSTREAM* ppStream );
+ static LRESULT onFlushClipboard( );
bool onRegisterClipViewer( LPFNC_CLIPVIEWER_CALLBACK_t pfncClipViewerCallback );
// win32 clipboard-viewer support