X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51496782d13dd083fd20f9db31418b9231f2e5c3..9d208085a75dd9d59e038dd0e3c66185020ebedf:/src/common/longlong.cpp?ds=inline diff --git a/src/common/longlong.cpp b/src/common/longlong.cpp index 63db358fff..2e589fa723 100644 --- a/src/common/longlong.cpp +++ b/src/common/longlong.cpp @@ -1162,12 +1162,12 @@ wxSTD ostream& operator<< (wxSTD ostream& o, const wxULongLong& ll) #endif // wxUSE_STD_IOSTREAM -wxString& operator<< (wxString& s, const wxLongLong& ll) +WXDLLIMPEXP_BASE wxString& operator<< (wxString& s, const wxLongLong& ll) { return s << ll.ToString(); } -wxString& operator<< (wxString& s, const wxULongLong& ll) +WXDLLIMPEXP_BASE wxString& operator<< (wxString& s, const wxULongLong& ll) { return s << ll.ToString(); }