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:
Vadim Zeitlin
1999-05-10 22:56:03 +00:00
parent 93089472db
commit 162b0c3bf5
3 changed files with 107 additions and 105 deletions

View File

@@ -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];