aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llui/llfloater.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llfloater.h3
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