From d3c71b9e4320cbd6af73a37140de75c4b6588ed7 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Thu, 7 Apr 2005 01:02:29 +0000 Subject: [PATCH] Compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/render/renddll.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/samples/render/renddll.cpp b/samples/render/renddll.cpp index b3afaf8336..51983bd6f0 100644 --- a/samples/render/renddll.cpp +++ b/samples/render/renddll.cpp @@ -73,6 +73,16 @@ public: { } + // draw a dropdown arrow + // + // flags may use wxCONTROL_PRESSED and wxCONTROL_CURRENT + virtual void DrawDropArrow(wxWindow *win, + wxDC& dc, + const wxRect& rect, + int flags = 0) + { + } + // get the splitter parameters: the x field of the returned point is the // sash width and the y field is the border width virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win)