Skip to content
Snippets Groups Projects
Commit 8e8b1497 authored by Eric M. Tulla (BigPapi)'s avatar Eric M. Tulla (BigPapi)
Browse files

fix for osx compile error

parent 1e922c26
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ class LLChatHistoryHeader: public LLPanel ...@@ -202,7 +202,7 @@ class LLChatHistoryHeader: public LLPanel
userName->setValue(SL); userName->setValue(SL);
} }
mMinUserNameWidth = style_params.font.getValueFromBlock()->getWidth(userName->getWText().c_str()) + PADDING; mMinUserNameWidth = style_params.font()->getWidth(userName->getWText().c_str()) + PADDING;
setTimeField(chat); setTimeField(chat);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment