Skip to content
Snippets Groups Projects
Commit 7dd8c1fc authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

Buildfix: proper constructor declaration for LLHUDRenderNotifier

parent 7fceb3a6
No related branches found
No related tags found
No related merge requests found
...@@ -114,10 +114,10 @@ class LLAvatarRenderNotifier : public LLSingleton<LLAvatarRenderNotifier> ...@@ -114,10 +114,10 @@ class LLAvatarRenderNotifier : public LLSingleton<LLAvatarRenderNotifier>
// Class to notify user about heavy set of HUD // Class to notify user about heavy set of HUD
class LLHUDRenderNotifier : public LLSingleton<LLHUDRenderNotifier> class LLHUDRenderNotifier : public LLSingleton<LLHUDRenderNotifier>
{ {
public: LLSINGLETON(LLHUDRenderNotifier);
LLHUDRenderNotifier();
~LLHUDRenderNotifier(); ~LLHUDRenderNotifier();
public:
void updateNotificationHUD(hud_complexity_list_t complexity); void updateNotificationHUD(hud_complexity_list_t complexity);
bool isNotificationVisible(); bool isNotificationVisible();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment