aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/lllogitechlcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llwindow/lllogitechlcd.cpp')
-rw-r--r--linden/indra/llwindow/lllogitechlcd.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llwindow/lllogitechlcd.cpp b/linden/indra/llwindow/lllogitechlcd.cpp
index 8bd77cb..81e97a0 100644
--- a/linden/indra/llwindow/lllogitechlcd.cpp
+++ b/linden/indra/llwindow/lllogitechlcd.cpp
@@ -47,6 +47,7 @@ extern LLControlGroup gSavedSettings;
47 47
48LLLCDPageGroup::LLLCDPageGroup(CEzLcd *LCD, int type, HICON SLIcon): 48LLLCDPageGroup::LLLCDPageGroup(CEzLcd *LCD, int type, HICON SLIcon):
49mType(type), 49mType(type),
50mHandle(NULL),
50mSLIcon(SLIcon), 51mSLIcon(SLIcon),
51mDisplayPage(false), 52mDisplayPage(false),
52mLCD(LCD) 53mLCD(LCD)
@@ -100,7 +101,9 @@ mDebounceTimer(),
100mPageToShow(-1), 101mPageToShow(-1),
101mInstance(instance), 102mInstance(instance),
102mDestinationLCD(-1), 103mDestinationLCD(-1),
103mFirstTimeThru(true) 104mFirstTimeThru(true),
105mCurrentGroupBeingShown(NULL),
106mSLIcon(NULL)
104{ 107{
105 HRESULT res_ = S_OK; 108 HRESULT res_ = S_OK;
106 109