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