]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dbtable.h
Patch #952053, wxToggleButton gains WS_VISIBLE flag
[wxWidgets.git] / include / wx / dbtable.h
index 8843cba083d93cd1fd0575bd84c50177141b46ec..625270b5ff514a916dbd95a892215e18ad6128f5 100644 (file)
@@ -109,6 +109,7 @@ private:
                        const wxString &qryTblName, bool qryOnly, const wxString &tblPath);
     void        cleanup();
 
+    void        setCbValueForColumn(int columnIndex);
     bool        bindParams(bool forUpdate);  // called by the other 'bind' functions
     bool        bindInsertParams(void);
     bool        bindUpdateParams(void);