X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..c8e1af672f46e93ae2fe6d7f9d5b35a3d8d49c16:/include/wx/dc.h?ds=inline diff --git a/include/wx/dc.h b/include/wx/dc.h index 3546f82a1d..6deddb04f9 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -97,7 +97,7 @@ protected: // global variables // --------------------------------------------------------------------------- -WXDLLEXPORT_DATA(extern int) wxPageNumber; +extern WXDLLEXPORT_DATA(int) wxPageNumber; // --------------------------------------------------------------------------- // wxDC is the device context - object on which any drawing is done