diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-02 19:17:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-02 19:17:32 +0300 |
commit | c78da653c2806e0ac72e0c7baa499342a4c637e5 (patch) | |
tree | 698ad0ca1188ed901aa13219885aa24a61b47cf8 /plugins/MirandaG15/src | |
parent | d788b07db648f5b435e552943cdd5a7b20a4ea3c (diff) |
merge with trunk
Diffstat (limited to 'plugins/MirandaG15/src')
-rw-r--r-- | plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h index 3f9f2bbc3c..bd94745e5e 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h @@ -82,7 +82,7 @@ private: DWORD m_dwLastScroll = 0;
list<CLogEntry*> m_Entrys;
- CLCDBar *m_pScrollbar;
+ CLCDBar *m_pScrollbar = nullptr;
};
#endif
|