mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Compile fix for macOS build
[skip ci]
This commit is contained in:
parent
bdd53d60fc
commit
46189dc1bf
@ -103,7 +103,7 @@ dispatch_event(const Event *event) {
|
||||
}
|
||||
|
||||
// Finally, check for futures that need to be triggered.
|
||||
Futures::const_iterator fi;
|
||||
Futures::iterator fi;
|
||||
fi = _futures.find(event->get_name());
|
||||
|
||||
if (fi != _futures.end()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user