diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-06 13:51:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-06 13:51:43 +0300 |
commit | 2baf1b9fc764b59f963f94faf01cbed28622717a (patch) | |
tree | 819beadce3ab775e584430f3fd12f4e6722a02c0 /plugins/TabSRMM/src/sidebar.cpp | |
parent | ac92ec1a55354e57b8cc6d4fd77aa2e75a896242 (diff) |
TNewWindowData - unneeded structure removed
Diffstat (limited to 'plugins/TabSRMM/src/sidebar.cpp')
-rw-r--r-- | plugins/TabSRMM/src/sidebar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/sidebar.cpp b/plugins/TabSRMM/src/sidebar.cpp index 55676f6cdf..e0e3b5ea16 100644 --- a/plugins/TabSRMM/src/sidebar.cpp +++ b/plugins/TabSRMM/src/sidebar.cpp @@ -495,7 +495,7 @@ void CSideBar::populateAll() int iItems = (int)TabCtrl_GetItemCount(hwndTab);
- TCITEM item = { 0 };
+ TCITEM item = {};
item.mask = TCIF_PARAM;
m_iTopButtons = 0;
|