- Timestamp:
- Jul 26, 2011, 11:06:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/util/output/OutputDefinitions.h
r8787 r8789 34 34 35 35 #define REGISTER_OUTPUT_CONTEXT(name) \ 36 OutputContext name() { static OutputContext value = registerContext(#name); return value; }36 OutputContext name() { static OutputContext context = registerContext(#name); return context; } 37 37 38 38 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.