diff options
author | Richard Linden <none@none> | 2012-12-07 19:00:13 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-12-07 19:00:13 -0800 |
commit | b44c8593a34961f82fb523e42ad13b7e3da00ab6 (patch) | |
tree | 9f90d11b25298ae2ecf2f8aafdf9c53093243d35 /indra | |
parent | c8c14ac72db3374cbd43893e5a97d98817cde0a3 (diff) |
SH-3406 WIP convert fast timers to lltrace system
further fixes for gcc builds
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(); } }; |