summaryrefslogtreecommitdiff
path: root/indra/llui/llscrolllistctrl.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-10-15 14:33:10 -0700
committerRichard Linden <none@none>2010-10-15 14:33:10 -0700
commitc4ec141cc0e2de055d6eff10727fd33ae6767d98 (patch)
tree677d2ad7ce1a1603a43770db3d5fce17e95f7aca /indra/llui/llscrolllistctrl.h
parent98563df257729ce36dff363134136f0b549f8313 (diff)
fixed build
Diffstat (limited to 'indra/llui/llscrolllistctrl.h')
-rw-r--r--indra/llui/llscrolllistctrl.h2
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;