]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dbtable.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / dbtable.h
index 4023c3b13a7793dcad7b4e071b3fd431d1aaead1..0abe7c8da384e94a73015f4b3220b6336687a96a 100644 (file)
@@ -59,7 +59,7 @@ public:
     bool    Updateable;                         // Specifies whether this column is updateable
     bool    InsertAllowed;                      // Specifies whether this column should be included in an INSERT statement
     bool    DerivedCol;                         // Specifies whether this column is a derived value
-    SDWORD  CbValue;                            // Internal use only!!!
+    SQLLEN  CbValue;                            // Internal use only!!!
     bool    Null;                               // NOT FULLY IMPLEMENTED - Allows NULL values in Inserts and Updates
 
     wxDbColDef();