Add missing wxNullGraphicsPath

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-29 02:28:15 +00:00
parent 0b13400f4f
commit 1ea0eb4e3e

View File

@ -214,6 +214,7 @@ void * wxGraphicsMatrix::GetNativeMatrix() const
//-----------------------------------------------------------------------------
IMPLEMENT_DYNAMIC_CLASS(wxGraphicsPath, wxGraphicsObject)
WXDLLIMPEXP_DATA_CORE(wxGraphicsPath) wxNullGraphicsPath;
// convenience functions, for using wxPoint2DDouble etc