diff options
author | Dessie Linden <dessie@lindenlab.com> | 2010-07-01 07:03:09 -0700 |
---|---|---|
committer | Dessie Linden <dessie@lindenlab.com> | 2010-07-01 07:03:09 -0700 |
commit | 87a4890312c7bc5671d7d122e9d1f4ec1795d2dd (patch) | |
tree | 5d1c1617a60733defa424232e8bef15971b03b72 /indra/newview/lltoast.h | |
parent | 070311d5ccc111e44775b12a95e8ccb9434cd147 (diff) | |
parent | af4a85009011119e7787e2b30416919117edccf9 (diff) |
Merged from viewer-release
Diffstat (limited to 'indra/newview/lltoast.h')
-rw-r--r-- | indra/newview/lltoast.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoast.h b/indra/newview/lltoast.h index 4211f21ef1..c0da656685 100644 --- a/indra/newview/lltoast.h +++ b/indra/newview/lltoast.h @@ -106,6 +106,8 @@ public: virtual ~LLToast(); BOOL postBuild(); + /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); + // Toast handlers virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); |