/[svn]/libgig/trunk/src/typeinfo.cpp
ViewVC logotype

Diff of /libgig/trunk/src/typeinfo.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3171 by schoenebeck, Wed May 10 21:25:24 2017 UTC revision 3172 by schoenebeck, Wed May 10 21:36:43 2017 UTC
# Line 46  Line 46 
46          } \          } \
47      }; \      }; \
48      \      \
49      static type##InfoRegistrator g_##type##InfoRegistrator;      static type##InfoRegistrator g_##type##InfoRegistrator
50    
51  struct EnumDeclaration {  struct EnumDeclaration {
52      std::map<size_t, std::string> nameByValue;      std::map<size_t, std::string> nameByValue;

Legend:
Removed from v.3171  
changed lines
  Added in v.3172

  ViewVC Help
Powered by ViewVC