diff options
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r-- | linden/indra/llui/llfloater.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index d0494ea..1d88501 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -286,7 +286,7 @@ protected: | |||
286 | typedef std::map<LLViewHandle, LLFloater*>::iterator handle_map_iter_t; | 286 | typedef std::map<LLViewHandle, LLFloater*>::iterator handle_map_iter_t; |
287 | static handle_map_t sFloaterMap; | 287 | static handle_map_t sFloaterMap; |
288 | 288 | ||
289 | std::vector<LLView*> mMinimizedHiddenChildren; | 289 | std::vector<LLViewHandle> mMinimizedHiddenChildren; |
290 | 290 | ||
291 | BOOL mHasBeenDraggedWhileMinimized; | 291 | BOOL mHasBeenDraggedWhileMinimized; |
292 | S32 mPreviousMinimizedBottom; | 292 | S32 mPreviousMinimizedBottom; |
@@ -429,3 +429,4 @@ extern LLFloaterView* gFloaterView; | |||
429 | #endif // LL_FLOATER_H | 429 | #endif // LL_FLOATER_H |
430 | 430 | ||
431 | 431 | ||
432 | |||