# | Line 1 | Line 1 | |
---|---|---|
1 | #ifndef TOPREF_CLASSES_H | |
2 | #define TOPREF_CLASSES_H | |
3 | ||
4 | + | #include "DataFormats/Common/interface/Wrapper.h" |
5 | #include <string> | |
6 | #include <map> | |
7 | ||
8 | namespace { | |
9 | struct dictionary { | |
10 | std::map<std::string,int> dummi0; | |
11 | + | edm::Wrapper<std::map<std::string,int> > dummi1; |
12 | }; | |
13 | } | |
14 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |