mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix warning for mingw32
This commit is contained in:
parent
7db41df697
commit
0f91ec5e67
12 changed files with 55 additions and 33 deletions
|
|
@ -130,9 +130,12 @@ void ctlTreeJSON::BuildFind() {
|
|||
item = nextTreeItem(item);
|
||||
}
|
||||
if (findsId.size() > 0)
|
||||
if (last.IsOk())SelectItem(last);
|
||||
{
|
||||
if (last.IsOk())
|
||||
SelectItem(last);
|
||||
else
|
||||
wxBell();
|
||||
}
|
||||
}
|
||||
wxTreeItemId ctlTreeJSON::nextTreeItem(const wxTreeItemId& item) {
|
||||
wxTreeItemId child;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue