summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstat.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2010-11-03 11:08:04 -0400
committerNat Goodspeed <nat@lindenlab.com>2010-11-03 11:08:04 -0400
commit2f6062e59793c8a5326c1dfac41334bac428faa9 (patch)
tree38f7e4b0a48358fb3657b26c73aa21171b8a60e5 /indra/llcommon/llstat.cpp
parenta26386c53a09d47eff092ad89b5684503ee31b9d (diff)
Remove erroneous 'inline' on LLPanelStandStopFlying::getInstance()
This is ignored by every compiler except Linux g++ 4.4.3 in Release mode. In that case, it literally does cause getInstance() to be inlined, therefore llmoveview.o contains no such symbol, therefore the Linux viewer link fails in Release mode. But for a method implementation in a .cpp file of a method declared in a .h file, 'inline' is just wrong. Removing it fixes Release build.
Diffstat (limited to 'indra/llcommon/llstat.cpp')
0 files changed, 0 insertions, 0 deletions