diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-03-15 12:02:58 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-03-15 12:02:58 -0700 |
commit | 3f64343b0b078e481c1c852ccd7201be6826a110 (patch) | |
tree | 8e82154ded91c169702e374d2e293712542805fd /indra/newview/lltoolpie.h | |
parent | fa277a3b4a5d5dc5af6eb53ecd005e4789534758 (diff) | |
parent | 2c22863888eefbfb0f4245011be989d155583db7 (diff) |
Merge
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> { |