Skip to content

Commit

Permalink
Add SWIG-template-instantiation for OverlayContainer::ChildMap
Browse files Browse the repository at this point in the history
  • Loading branch information
fegorschIGD committed Feb 4, 2025
1 parent 7b7bfee commit 96470ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Components/Overlay/include/OgreOverlay.i
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ SHARED_PTR(OverlayContainer);
#endif
%ignore Ogre::OverlayManager::getTemplateIterator;
%ignore Ogre::OverlayManager::getOverlayIterator;
%template(OverlayElementMap) std::map<std::string, Ogre::OverlayElement*>;
%include "OgreOverlayManager.h"
SHARED_PTR(OverlaySystem);
%include "OgreOverlaySystem.h"
Expand Down

0 comments on commit 96470ee

Please sign in to comment.