summaryrefslogtreecommitdiff
path: root/indra/newview/llcofwearables.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-07-30 09:57:52 -0700
committerRichard Nelson <none@none>2010-07-30 09:57:52 -0700
commit5d13631452ac043b549f2b8be52c4cc3bf36206a (patch)
treef3fe74000d4c45ccb31c8f2c8766442227f66515 /indra/newview/llcofwearables.h
parent5a8715f82710d2fe01015c000973f033dca4774f (diff)
changed to use childSetAction without void* argument
Diffstat (limited to 'indra/newview/llcofwearables.h')
-rw-r--r--indra/newview/llcofwearables.h2
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;