]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/listdb.cpp
add wxVector docs
[wxWidgets.git] / samples / db / listdb.cpp
index 58bbaa84acb6532d1a917e1355c11b3dc2f151e1..07ced21b60f05854eac30836ba877deb35b9030a 100644 (file)
@@ -362,7 +362,7 @@ ClookUpDlg::ClookUpDlg(wxWindow *parent, const wxString &windowTitle, const wxSt
     }
 
     // Query the actual record set
-    if (selectStmt && wxStrlen(selectStmt))    // Query by sql stmt passed in
+    if ( (const char*) selectStmt && wxStrlen(selectStmt))    // Query by sql stmt passed in
     {
         if (!lookup2->QueryBySqlStmt(selectStmt))
         {