Buildfix: proper constructor declaration for LLHUDRenderNotifier
parent
7fceb3a63f
commit
7dd8c1fc37
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue