}
// 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))
{
}
-}; // ClookUpDlg::OnCommand
+} // ClookUpDlg::OnCommand
// *********************************** listdb.cpp **********************************