diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-06 20:25:24 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-06 20:25:24 +0000 |
commit | 65f7574ffc302e2749a922ada3aa2ea9513dd02e (patch) | |
tree | 8c606d0a048e52232e51e2f1798a7bc3b8ec4ca5 /plugins/HistoryStats/src/column_chatduration.cpp | |
parent | abc1a67b29f305316cbb2b69a84d8cbb1a3d808a (diff) |
HistoryStats: Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@15692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/column_chatduration.cpp')
-rw-r--r-- | plugins/HistoryStats/src/column_chatduration.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/HistoryStats/src/column_chatduration.cpp b/plugins/HistoryStats/src/column_chatduration.cpp index 0d4b7e67fc..7825dadf20 100644 --- a/plugins/HistoryStats/src/column_chatduration.cpp +++ b/plugins/HistoryStats/src/column_chatduration.cpp @@ -4,10 +4,8 @@ /*
* ColChatDuration
*/
-
-ColChatDuration::ColChatDuration()
- : m_nVisMode(3), m_bGraph(true), m_bDetail(true),
- m_hVisMode(NULL), m_hGraph(NULL), m_hDetail(NULL)
+ColChatDuration::ColChatDuration() : m_nVisMode(3), m_bGraph(true), m_bDetail(true),
+ m_hVisMode(NULL), m_hGraph(NULL), m_hDetail(NULL), m_nMaxForGraph(0)
{
}
|