Fix for broken mac build (surplus comma in the LLToolBar constructor initializers).

master
Monroe Linden 2010-01-27 17:21:16 -08:00
parent 28075aa324
commit 52bd13e1f5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ LLToolBar::LLToolBar()
mInventoryAutoOpen(FALSE),
mNumUnreadIMs(0)
#if LL_DARWIN
, mResizeHandle(NULL),
, mResizeHandle(NULL)
#endif // LL_DARWIN
{
setIsChrome(TRUE);