Buildfix: proper constructor declaration for LLHUDRenderNotifier

master
AndreyL ProductEngine 2016-11-15 01:39:16 +02:00
parent 7fceb3a63f
commit 7dd8c1fc37
1 changed files with 2 additions and 2 deletions

View File

@ -114,10 +114,10 @@ private:
// Class to notify user about heavy set of HUD
class LLHUDRenderNotifier : public LLSingleton<LLHUDRenderNotifier>
{
public:
LLHUDRenderNotifier();
LLSINGLETON(LLHUDRenderNotifier);
~LLHUDRenderNotifier();
public:
void updateNotificationHUD(hud_complexity_list_t complexity);
bool isNotificationVisible();