added WXDLLIMPEXP_BASE for operator<<() functions (blind fix for bug 1104372)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -486,10 +486,12 @@ public:
|
|||||||
|
|
||||||
#if wxUSE_STD_IOSTREAM
|
#if wxUSE_STD_IOSTREAM
|
||||||
// input/output
|
// input/output
|
||||||
friend wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&);
|
friend WXDLLIMPEXP_BASE
|
||||||
|
wxSTD ostream& operator<<(wxSTD ostream&, const wxULongLongNative&);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
friend wxString& operator<<(wxString&, const wxULongLongNative&);
|
friend WXDLLIMPEXP_BASE
|
||||||
|
wxString& operator<<(wxString&, const wxULongLongNative&);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
unsigned wxLongLong_t m_ll;
|
unsigned wxLongLong_t m_ll;
|
||||||
|
Reference in New Issue
Block a user