From 1ea0eb4e3e4ef9f66aceb2caf29aa9230ee20817 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 29 Oct 2006 02:28:15 +0000 Subject: [PATCH] Add missing wxNullGraphicsPath git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/graphcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/graphcmn.cpp b/src/common/graphcmn.cpp index 3d01a387bb..a64c562fb3 100644 --- a/src/common/graphcmn.cpp +++ b/src/common/graphcmn.cpp @@ -214,6 +214,7 @@ void * wxGraphicsMatrix::GetNativeMatrix() const //----------------------------------------------------------------------------- IMPLEMENT_DYNAMIC_CLASS(wxGraphicsPath, wxGraphicsObject) +WXDLLIMPEXP_DATA_CORE(wxGraphicsPath) wxNullGraphicsPath; // convenience functions, for using wxPoint2DDouble etc -- 2.45.2