summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-12-07 19:00:13 -0800
committerRichard Linden <none@none>2012-12-07 19:00:13 -0800
commitb44c8593a34961f82fb523e42ad13b7e3da00ab6 (patch)
tree9f90d11b25298ae2ecf2f8aafdf9c53093243d35
parentc8c14ac72db3374cbd43893e5a97d98817cde0a3 (diff)
SH-3406 WIP convert fast timers to lltrace system
further fixes for gcc builds
-rw-r--r--indra/llcommon/llunit.h2
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();
}
};