// SYNOPSIS STOP
*/
-#ifdef __GNUG__
-#pragma implementation "listdb.h"
-#endif
-
#include "wx/wxprec.h"
#ifdef __BORLANDC__
}
// 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 **********************************