]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing wxNullGraphicsPath
authorRobin Dunn <robin@alldunn.com>
Sun, 29 Oct 2006 02:28:15 +0000 (02:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 29 Oct 2006 02:28:15 +0000 (02:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/graphcmn.cpp

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