Committing in .
Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms OpenVMS build update wxWidgets/include/wx/unix/glx11.h Removed superfluous semi-colon wxWidgets/samples/db/dbtest.cpp wxWidgets/samples/db/listdb.cpp fixed wxString cast problems ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user