diff options
Diffstat (limited to 'indra/newview/llhudview.h')
-rw-r--r-- | indra/newview/llhudview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llhudview.h b/indra/newview/llhudview.h index b2353ad5df..cbefdc121e 100644 --- a/indra/newview/llhudview.h +++ b/indra/newview/llhudview.h @@ -32,16 +32,16 @@ #ifndef LL_LLHUDVIEW_H #define LL_LLHUDVIEW_H -#include "llview.h" +#include "llpanel.h" #include "v4color.h" class LLVector3d; class LLHUDView -: public LLView +: public LLPanel { public: - LLHUDView(const std::string& name, const LLRect& rect); + LLHUDView(); virtual ~LLHUDView(); virtual EWidgetType getWidgetType() const; |