diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llcommon/llunit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llunit.h b/indra/llcommon/llunit.h index 6b023f8287..72a6020ff8 100644 --- a/indra/llcommon/llunit.h +++ b/indra/llcommon/llunit.h @@ -188,7 +188,7 @@ struct LLUnitImplicit : public LLUnit<UNIT_TYPE, STORAGE_TYPE> // this allows for interoperability with legacy code operator storage_t() const { - return value(); + return base_t::value(); } }; |