diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-01-25 17:58:11 -0500 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-01-25 17:58:11 -0500 |
commit | 438ceeb008b7c4eec0fc48894935289ca352fc65 (patch) | |
tree | c14813597483c0caeafed02e8820458fa9562a03 /indra/llcommon/llfasttimer.cpp | |
parent | 11fe124ae96721b0d0f960732e8628fe0e2f84c4 (diff) |
BUILDFIX: merge cleanup
A couple of merge issues that caused the resulting code to not build.
Diffstat (limited to 'indra/llcommon/llfasttimer.cpp')
-rw-r--r-- | indra/llcommon/llfasttimer.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llcommon/llfasttimer.cpp b/indra/llcommon/llfasttimer.cpp index 6970c29092..9b15804e97 100644 --- a/indra/llcommon/llfasttimer.cpp +++ b/indra/llcommon/llfasttimer.cpp @@ -561,6 +561,12 @@ std::vector<LLFastTimer::NamedTimer*>& LLFastTimer::NamedTimer::getChildren() return mChildren; } +// static +LLFastTimer::NamedTimer& LLFastTimer::NamedTimer::getRootNamedTimer() +{ + return *NamedTimerFactory::instance().getRootTimer(); +} + //static void LLFastTimer::nextFrame() { |