diff options
Diffstat (limited to 'linden/indra/llwindow/lllogitechlcd.cpp')
-rw-r--r-- | linden/indra/llwindow/lllogitechlcd.cpp | 5 |
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 | ||
48 | LLLCDPageGroup::LLLCDPageGroup(CEzLcd *LCD, int type, HICON SLIcon): | 48 | LLLCDPageGroup::LLLCDPageGroup(CEzLcd *LCD, int type, HICON SLIcon): |
49 | mType(type), | 49 | mType(type), |
50 | mHandle(NULL), | ||
50 | mSLIcon(SLIcon), | 51 | mSLIcon(SLIcon), |
51 | mDisplayPage(false), | 52 | mDisplayPage(false), |
52 | mLCD(LCD) | 53 | mLCD(LCD) |
@@ -100,7 +101,9 @@ mDebounceTimer(), | |||
100 | mPageToShow(-1), | 101 | mPageToShow(-1), |
101 | mInstance(instance), | 102 | mInstance(instance), |
102 | mDestinationLCD(-1), | 103 | mDestinationLCD(-1), |
103 | mFirstTimeThru(true) | 104 | mFirstTimeThru(true), |
105 | mCurrentGroupBeingShown(NULL), | ||
106 | mSLIcon(NULL) | ||
104 | { | 107 | { |
105 | HRESULT res_ = S_OK; | 108 | HRESULT res_ = S_OK; |
106 | 109 | ||