diff options
Diffstat (limited to 'indra/newview/llfloaterinventorythumbnailshelper.h')
-rw-r--r-- | indra/newview/llfloaterinventorythumbnailshelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterinventorythumbnailshelper.h b/indra/newview/llfloaterinventorythumbnailshelper.h index b42a85d1a5..71eeef31ee 100644 --- a/indra/newview/llfloaterinventorythumbnailshelper.h +++ b/indra/newview/llfloaterinventorythumbnailshelper.h @@ -40,7 +40,7 @@ class LLFloaterInventoryThumbnailsHelper: friend class LLFloaterReg; private: LLFloaterInventoryThumbnailsHelper(const LLSD& key); - BOOL postBuild() override; + bool postBuild() override; ~LLFloaterInventoryThumbnailsHelper(); LLScrollListCtrl* mInventoryThumbnailsList; |