diff options
author | Richard Linden <none@none> | 2011-03-15 09:54:17 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-15 09:54:17 -0700 |
commit | 2c22863888eefbfb0f4245011be989d155583db7 (patch) | |
tree | e36b7d2923c8552be0f6f1a6a6d849027058786e /indra/newview/lltoolpie.h | |
parent | f619dd95d1e33a4c11c2b9491f28a66881626ecc (diff) |
another attempt at fixing gcc
Diffstat (limited to 'indra/newview/lltoolpie.h')
-rw-r--r-- | indra/newview/lltoolpie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.h b/indra/newview/lltoolpie.h index c324b50c65..22e77a3159 100644 --- a/indra/newview/lltoolpie.h +++ b/indra/newview/lltoolpie.h @@ -30,10 +30,10 @@ #include "lltool.h" #include "lluuid.h" #include "llviewerwindow.h" // for LLPickInfo +#include "llhudeffectblob.h" // for LLPointer<LLHudEffectBlob>, apparently class LLViewerObject; class LLObjectSelection; -class LLHUDEffectBlob; class LLToolPie : public LLTool, public LLSingleton<LLToolPie> { |