summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/themes.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/themes.h')
-rw-r--r--plugins/TabSRMM/src/themes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h
index 24057311da..8aec16d505 100644
--- a/plugins/TabSRMM/src/themes.h
+++ b/plugins/TabSRMM/src/themes.h
@@ -159,8 +159,8 @@ public:
HBRUSH brush, BYTE alpha, LONG inner_height, LONG inner_width, LONG height, LONG width)
{
m_bBottom = bottom;
- m_bLeft = left,
- m_bTop = top;
+ m_bLeft = left;
+ m_bTop = top;
m_bRight = right;
m_hdc = hdc;
m_hbm = hbm;