diff options
author | Richard Nelson <none@none> | 2010-07-30 09:57:52 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-07-30 09:57:52 -0700 |
commit | 5d13631452ac043b549f2b8be52c4cc3bf36206a (patch) | |
tree | f3fe74000d4c45ccb31c8f2c8766442227f66515 /indra/newview/llcofwearables.h | |
parent | 5a8715f82710d2fe01015c000973f033dca4774f (diff) |
changed to use childSetAction without void* argument
Diffstat (limited to 'indra/newview/llcofwearables.h')
-rw-r--r-- | indra/newview/llcofwearables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcofwearables.h b/indra/newview/llcofwearables.h index d005b75eaa..511a65c31a 100644 --- a/indra/newview/llcofwearables.h +++ b/indra/newview/llcofwearables.h @@ -59,7 +59,7 @@ public: LLCOFCallbacks() {}; virtual ~LLCOFCallbacks() {}; - typedef boost::function<void (void*)> cof_callback_t; + typedef boost::function<void ()> cof_callback_t; cof_callback_t mAddWearable; cof_callback_t mMoveWearableCloser; |