]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
Changed a few true -> TRUE
[wxWidgets.git] / src / common / longlong.cpp
index 4303386f7c7517007a1b10200ee3685596abc7b3..704f95e7f6f8a5cd9708565596425936c82900db 100644 (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];
 
@@ -465,5 +465,6 @@ std::ostream& operator<< (std::ostream& o, const wxLongLongWx& ll)
 
     return o << result;
 }
-#endif wxUSE_LONGLONG_WX
+#endif
+  // wxUSE_LONGLONG_NATIVE