diff options
Diffstat (limited to 'indra/llui/llslider.h')
-rwxr-xr-x[-rw-r--r--] | indra/llui/llslider.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llui/llslider.h b/indra/llui/llslider.h index 68823ed68e..3b492d8182 100644..100755 --- a/indra/llui/llslider.h +++ b/indra/llui/llslider.h @@ -29,12 +29,11 @@ #include "llf32uictrl.h" #include "v4color.h" +#include "lluiimage.h" class LLSlider : public LLF32UICtrl { public: - enum ORIENTATION { HORIZONTAL, VERTICAL }; - struct Params : public LLInitParam::Block<Params, LLF32UICtrl::Params> { Optional<std::string> orientation; @@ -97,7 +96,7 @@ private: LLPointer<LLUIImage> mTrackHighlightHorizontalImage; LLPointer<LLUIImage> mTrackHighlightVerticalImage; - const ORIENTATION mOrientation; + const EOrientation mOrientation; LLRect mThumbRect; LLUIColor mTrackColor; |