changeset 1155 | 1269189b9f41 |
parent 1154 | 3434ebc3c553 |
child 1232 | 2e8c3f8bb77f |
--- a/src/common/packet.h Sat Aug 04 16:58:16 2007 +0200 +++ b/src/common/packet.h Sat Aug 04 17:14:54 2007 +0200 @@ -361,7 +361,7 @@ * { * // we really want to make sure that this * // string is unique in the universe. - * static uint32_t uid = TagRegistry<MyTag> ("MyTag.unique.prefix"); + * static uint32_t uid = TagRegistry::Register<MyTag> ("MyTag.unique.prefix"); * return uid; * } * \endcode