diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-13 17:06:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 17:06:17 +0300 |
| commit | 9013267da2269a9bd9683862b7449db1b1093afc (patch) | |
| tree | 336172dfd6468e8bafa1d9c4a229624e85ffecfb /indra/newview/llfloaterconversationlog.h | |
| parent | 0cb2c511bc2a0f54eb7b3a4c2988d7ebec96e3be (diff) | |
| parent | 38c2a5bde985a6a8a96d912d432f8bdf7e5b60be (diff) | |
Merge pull request #1373 from secondlife/marchcat/x-ws-merge
Diffstat (limited to 'indra/newview/llfloaterconversationlog.h')
| -rw-r--r-- | indra/newview/llfloaterconversationlog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterconversationlog.h b/indra/newview/llfloaterconversationlog.h index e971330f3d..9327fae227 100644 --- a/indra/newview/llfloaterconversationlog.h +++ b/indra/newview/llfloaterconversationlog.h @@ -34,22 +34,22 @@ class LLFloaterConversationLog : public LLFloater { public: - LLFloaterConversationLog(const LLSD& key); - virtual ~LLFloaterConversationLog(){}; + LLFloaterConversationLog(const LLSD& key); + virtual ~LLFloaterConversationLog(){}; - virtual BOOL postBuild(); + virtual BOOL postBuild(); - virtual void draw(); + virtual void draw(); - void onFilterEdit(const std::string& search_string); + void onFilterEdit(const std::string& search_string); private: - void onCustomAction (const LLSD& userdata); - bool isActionEnabled(const LLSD& userdata); - bool isActionChecked(const LLSD& userdata); + void onCustomAction (const LLSD& userdata); + bool isActionEnabled(const LLSD& userdata); + bool isActionChecked(const LLSD& userdata); - LLConversationLogList* mConversationLogList; + LLConversationLogList* mConversationLogList; }; |
