summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-04-02 19:17:32 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-04-02 19:17:32 +0300
commitc78da653c2806e0ac72e0c7baa499342a4c637e5 (patch)
tree698ad0ca1188ed901aa13219885aa24a61b47cf8 /plugins/MirandaG15/src
parentd788b07db648f5b435e552943cdd5a7b20a4ea3c (diff)
merge with trunk
Diffstat (limited to 'plugins/MirandaG15/src')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h2
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