git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31445
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_STD_IOSTREAM
// input/output
- friend wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&);
+ friend WXDLLIMPEXP_BASE
+ wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&);
#endif
- friend wxString& operator<<(wxString&, const wxULongLongNative&);
+ friend WXDLLIMPEXP_BASE
+ wxString& operator<<(wxString&, const wxULongLongNative&);
private:
unsigned wxLongLong_t m_ll;