diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-12-01 10:42:15 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-12-01 10:42:15 -0800 |
commit | 770538f992a42cdda091f93e8b318e35372aaad2 (patch) | |
tree | 5c0179561645f035d85b45965fc6a4681e3884ab /indra/llui | |
parent | 0c54cf51db0c1a6e0b2ac91d69b2646570b168eb (diff) |
Build fixes for mac, hopefully Linux too
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llhandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llhandle.h b/indra/llui/llhandle.h index e6390ee599..37c657dd92 100644 --- a/indra/llui/llhandle.h +++ b/indra/llui/llhandle.h @@ -166,7 +166,7 @@ protected: } template <typename U> - typename LLHandle<U> getDerivedHandle(typename boost::enable_if< typename boost::is_convertible<U*, T*> >::type* dummy = 0) const + LLHandle<U> getDerivedHandle(typename boost::enable_if< typename boost::is_convertible<U*, T*> >::type* dummy = 0) const { LLHandle<U> downcast_handle; downcast_handle.mTombStone = getHandle().mTombStone; |