diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llui/llrootview.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/llui/llrootview.h')
-rw-r--r-- | linden/indra/llui/llrootview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llui/llrootview.h b/linden/indra/llui/llrootview.h index 13037f0..5f130b9 100644 --- a/linden/indra/llui/llrootview.h +++ b/linden/indra/llui/llrootview.h | |||
@@ -39,8 +39,8 @@ class LLRootView : public LLView | |||
39 | public: | 39 | public: |
40 | LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE); | 40 | LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE); |
41 | 41 | ||
42 | /*virtual*/ EWidgetType getWidgetType() const; | 42 | /*virtual*/ EWidgetType getWidgetType() const { return WIDGET_TYPE_ROOT_VIEW; } |
43 | /*virtual*/ LLString getWidgetTag() const; | 43 | /*virtual*/ LLString getWidgetTag() const { return LL_ROOT_VIEW_TAG; } |
44 | }; | 44 | }; |
45 | 45 | ||
46 | #endif | 46 | #endif |