Skip to content
Snippets Groups Projects
Commit b6e3d01e authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Add LOG_CLASS() macro to clarify origin of log messages.

parent a7634096
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include "llui.h" #include "llui.h"
#include "llnotificationptr.h" #include "llnotificationptr.h"
#include "llalertdialog.h" #include "llalertdialog.h"
#include "llerror.h"
class LLButton; class LLButton;
class LLCheckBoxCtrl; class LLCheckBoxCtrl;
...@@ -59,6 +60,7 @@ class LLLineEditor; ...@@ -59,6 +60,7 @@ class LLLineEditor;
class LLToastAlertPanel class LLToastAlertPanel
: public LLToastPanel : public LLToastPanel
{ {
LOG_CLASS(LLToastAlertPanel);
public: public:
typedef bool (*display_callback_t)(S32 modal); typedef bool (*display_callback_t)(S32 modal);
......
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