mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
aa7b719c85
commit
afb6dacbe0
@ -48,7 +48,8 @@ GtkStatsMonitor::
|
||||
|
||||
Windows::iterator wi;
|
||||
for (wi = _windows.begin(); wi != _windows.end(); ++wi) {
|
||||
(*wi)->destruct();
|
||||
GtkStatsWindow *window = (*wi);
|
||||
window->destruct();
|
||||
}
|
||||
}
|
||||
|
||||
@ -66,7 +67,8 @@ close_all_windows() {
|
||||
PT(PStatMonitor) temp = this;
|
||||
Windows::iterator wi;
|
||||
for (wi = _windows.begin(); wi != _windows.end(); ++wi) {
|
||||
(*wi)->destruct();
|
||||
GtkStatsWindow *window = (*wi);
|
||||
window->destruct();
|
||||
}
|
||||
return temp;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user