]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/longlong.h
remove tabs added by error in previous commit
[wxWidgets.git] / interface / wx / longlong.h
index 53da757f254c19390f5a3bfb2483043f995230ab..e0d5b9aeab5551c5d97650adf28989923f76caba 100644 (file)
@@ -17,8 +17,8 @@
 
     wxLongLong defines all usual arithmetic operations such as addition,
     subtraction, bitwise shifts and logical operations as well as multiplication
-    and division (not yet for the machines without native @e long long). It
-    also has operators for implicit construction from and conversion to the native
+    and division (not yet for the machines without native @e long long).
+    It also has operators for implicit construction from and conversion to the native
     @e long long type if it exists and @e long.
 
     You would usually use this type in exactly the same manner as any other
@@ -184,6 +184,21 @@ public:
 };
 
 
+/**
+    @class wxULongLong
+
+    This class represents an unsigned 64 bit long number.
+
+    Since wxULongLong has exactly the same API as wxLongLong, please refer
+    to wxLongLong documentation (this page exists only as redirection).
+
+    @library{wxbase}
+    @category{data}
+*/
+class wxULongLong
+{
+};
+
 
 // ============================================================================
 // Global functions/macros