diff options
Diffstat (limited to 'plugins/Quotes/src/Chart.h')
-rw-r--r-- | plugins/Quotes/src/Chart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/Chart.h b/plugins/Quotes/src/Chart.h index 8cd4718b94..8c40a4dfff 100644 --- a/plugins/Quotes/src/Chart.h +++ b/plugins/Quotes/src/Chart.h @@ -45,7 +45,7 @@ private: public:
CChart() : m_MaxY(),m_MinY()
{
- ZeroMemory(&m_rect,sizeof(m_rect));
+ memset(&m_rect, 0, sizeof(m_rect));
}
~CChart()
|