]> git.saurik.com Git - wxWidgets.git/commitdiff
wx2msPenStyle forward declaration required
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 19:37:47 +0000 (19:37 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 19:37:47 +0000 (19:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/pen.cpp

index cc3ae705aac3b8b9ade9a8d4e9f051849a3e7d89..a5199247b278c6d972f206dee29a5be51e1e95d6 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "wx/msw/private.h"
 
+int wx2msPenStyle(int wx_style);
+
 IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
 
 wxPenRefData::wxPenRefData()