diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/llwindow/lllogitechlcd.cpp | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
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 | ||