diff options
author | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-11-08 22:05:01 +0200 |
---|---|---|
committer | MaximB ProductEngine <mberezhnoy@productengine.com> | 2012-11-08 22:05:01 +0200 |
commit | b8a229032efe7c170bfd32e0d31b8b29aac82eec (patch) | |
tree | 793d6fc8d8fc2a0f4420698b2e74fb53002e66a5 /indra/llui/llfolderviewitem.h | |
parent | 4ec5ee63e28a427d88dfc0329151eacaf375fdb6 (diff) | |
parent | 93f9c6991819f53ea03b36dff1af77bbd74ff43b (diff) |
merging into latest changes
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rwxr-xr-x | indra/llui/llfolderviewitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h index 7cbe70fb8b..8bb73bcf5d 100755 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -260,7 +260,7 @@ public: // virtual void handleDropped(); virtual void draw(); - void drawOpenFolderArrow(const Params& default_params, const LLUIColor& fg_color); + virtual void drawOpenFolderArrow(const Params& default_params, const LLUIColor& fg_color); void drawHighlight(const BOOL showContent, const BOOL hasKeyboardFocus, const LLUIColor &bgColor, const LLUIColor &outlineColor, const LLUIColor &mouseOverColor); void drawLabel(const LLFontGL * font, const F32 x, const F32 y, const LLColor4& color, F32 &right_x); virtual BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, |