diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-01-27 17:21:16 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-01-27 17:21:16 -0800 |
commit | 52bd13e1f5cd661ff359e36be8c0496d06c19d1c (patch) | |
tree | 31f27f6719e5e0a68e7c54d8b47a713d90f5905e /indra | |
parent | 28075aa3242a3a6e1049983eed111a0ffa48321c (diff) |
Fix for broken mac build (surplus comma in the LLToolBar constructor initializers).
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lltoolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolbar.cpp b/indra/newview/lltoolbar.cpp index 6df574a21a..e7dc7ae522 100644 --- a/indra/newview/lltoolbar.cpp +++ b/indra/newview/lltoolbar.cpp @@ -100,7 +100,7 @@ LLToolBar::LLToolBar() mInventoryAutoOpen(FALSE), mNumUnreadIMs(0) #if LL_DARWIN - , mResizeHandle(NULL), + , mResizeHandle(NULL) #endif // LL_DARWIN { setIsChrome(TRUE); |