diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 21:44:41 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-11-10 21:44:41 -0500 |
commit | 2fa6067939a2ab9042ac42c68c2517749957480f (patch) | |
tree | 319fd105942b026e8af372cbde49dad003fba624 /indra/llcommon/llevents.h | |
parent | 98ca90bed46591573f5072121a774d19cc69381f (diff) | |
parent | 68ec7da9715dde373c466dc921502bf9452cf2c6 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/llcommon/llevents.h')
-rw-r--r-- | indra/llcommon/llevents.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llevents.h b/indra/llcommon/llevents.h index 192d79b27d..f52cf33fd8 100644 --- a/indra/llcommon/llevents.h +++ b/indra/llcommon/llevents.h @@ -45,10 +45,12 @@ #include "llsingleton.h" #include "lldependencies.h" +/*==========================================================================*| // override this to allow binding free functions with more parameters #ifndef LLEVENTS_LISTENER_ARITY #define LLEVENTS_LISTENER_ARITY 10 #endif +|*==========================================================================*/ // hack for testing #ifndef testable |