diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-10-01 16:15:35 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-10-01 16:15:35 -0700 |
commit | 94fbf6805435f98c09a132c807fe3a13aa882b54 (patch) | |
tree | 08b7f21ef15b1939d4567d9e872dc07ccd11ba55 /indra/llxuixml/llregistry.h | |
parent | e6493c7abea645b6d8394b3f03b59a59378ad986 (diff) |
Fix for build issue on the mac.
Diffstat (limited to 'indra/llxuixml/llregistry.h')
-rw-r--r-- | indra/llxuixml/llregistry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/llregistry.h b/indra/llxuixml/llregistry.h index 546cf38eb5..36ce6a97b7 100644 --- a/indra/llxuixml/llregistry.h +++ b/indra/llxuixml/llregistry.h @@ -346,6 +346,6 @@ private: // helper macro for doing static registration #define GLUED_TOKEN(x, y) x ## y #define GLUE_TOKENS(x, y) GLUED_TOKEN(x, y) -#define LLREGISTER_STATIC(REGISTRY, KEY, VALUE) static REGISTRY::StaticRegistrar GLUE_TOKENS(reg, __COUNTER__)(KEY, VALUE); +#define LLREGISTER_STATIC(REGISTRY, KEY, VALUE) static REGISTRY::StaticRegistrar GLUE_TOKENS(reg, __LINE__)(KEY, VALUE); #endif |