MSW compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ void *wxLongLongNative::asArray(void) const
|
||||
}
|
||||
|
||||
// input/output
|
||||
std::ostream& operator<< (std::ostream& o, const wxLongLongNative& ll)
|
||||
ostream& operator<< (ostream& o, const wxLongLongNative& ll)
|
||||
{
|
||||
char result[65];
|
||||
|
||||
@@ -449,7 +449,7 @@ void *wxLongLongWx::asArray(void) const
|
||||
|
||||
// input/output
|
||||
|
||||
std::ostream& operator<< (std::ostream& o, const wxLongLongWx& ll)
|
||||
ostream& operator<< (ostream& o, const wxLongLongWx& ll)
|
||||
{
|
||||
char result[65];
|
||||
|
||||
|
Reference in New Issue
Block a user