Skip to content
Snippets Groups Projects
Commit 004df0fc authored by Andrei Gheata's avatar Andrei Gheata
Browse files

From Matthias: patch to avoid dictionary warning for TGeoNavigatorArray maps.

git-svn-id: http://root.cern.ch/svn/root/trunk@44824 27541ba8-7e3a-0410-8455-c3a389f83636
parent 42f4073c
No related branches found
No related tags found
No related merge requests found
......@@ -85,5 +85,7 @@
#pragma link C++ class TGeoBuilder;
#pragma link C++ class TGeoNavigator+;
#pragma link C++ class TGeoNavigatorArray;
#pragma link C++ struct std::map<Long_t, TGeoNavigatorArray *>;
#pragma link C++ struct std::pair<Long_t, TGeoNavigatorArray *>;
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment