diff options
author | Richard Linden <none@none> | 2010-10-15 14:33:10 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-15 14:33:10 -0700 |
commit | c4ec141cc0e2de055d6eff10727fd33ae6767d98 (patch) | |
tree | 677d2ad7ce1a1603a43770db3d5fce17e95f7aca /indra/llui/llscrolllistctrl.h | |
parent | 98563df257729ce36dff363134136f0b549f8313 (diff) |
fixed build
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rw-r--r-- | indra/llui/llscrolllistctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llscrolllistctrl.h b/indra/llui/llscrolllistctrl.h index 8a2f893ba2..09ab89960d 100644 --- a/indra/llui/llscrolllistctrl.h +++ b/indra/llui/llscrolllistctrl.h @@ -491,7 +491,7 @@ private: mutable bool mSorted; - typedef std::map<std::string, LLScrollListColumn> column_map_t; + typedef std::map<std::string, LLScrollListColumn*> column_map_t; column_map_t mColumns; BOOL mDirty; |