diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-05-26 14:57:31 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-05-26 14:57:31 +0300 |
commit | 74711a2cf263a131799bd29f566c6929377617d3 (patch) | |
tree | 1adfb788a91c9ea58f63bb1cb535ec8b63b72bf2 /indra/llwindow/llappdelegate-objc.h | |
parent | 8e862032d1fb0a75dfc07de1f674fb61422b9f37 (diff) |
SL-15196 Attach correct log file to Bugsplat report
Diffstat (limited to 'indra/llwindow/llappdelegate-objc.h')
-rw-r--r-- | indra/llwindow/llappdelegate-objc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llappdelegate-objc.h b/indra/llwindow/llappdelegate-objc.h index 0b38647b4a..ceda7ff74c 100644 --- a/indra/llwindow/llappdelegate-objc.h +++ b/indra/llwindow/llappdelegate-objc.h @@ -33,6 +33,7 @@ LLNonInlineTextView *inputView; NSTimer *frameTimer; NSString *currentInputLanguage; + std::string secondLogPath; } @property (assign) IBOutlet LLNSWindow *window; |