X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c23a0b01b3fb667ec41fc8271ce1ee5b5aa4e19..e2c87f4cc46b77ca7aee5be0e3dac1a90681bf62:/include/wx/stubs/clipbrd.h diff --git a/include/wx/stubs/clipbrd.h b/include/wx/stubs/clipbrd.h index 3b1c5957b5..697dc9d939 100644 --- a/include/wx/stubs/clipbrd.h +++ b/include/wx/stubs/clipbrd.h @@ -98,7 +98,7 @@ class WXDLLEXPORT wxClipboard : public wxObject void WXDLLEXPORT wxInitClipboard(); /* The clipboard */ -extern wxClipboard* WXDLLEXPORT wxTheClipboard; +WXDLLEXPORT_DATA(extern wxClipboard*) wxTheClipboard; #endif // _WX_CLIPBRD_H_