diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-29 06:20:46 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-29 06:20:46 +0000 |
commit | 550f48c642ceb75a67b6dd10f858b7a8f2c0d157 (patch) | |
tree | 96622748dfdfe5797ffd42f2da7a84d60ced50a0 /plugins/TabSRMM/src/msgs.h | |
parent | 4334878d14946fd0042d98a251093719930ae342 (diff) |
m_cln_skinedit.h removed
all needed code moved to themes.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@13238 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index e1f79b8717..8af86b04ac 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -169,6 +169,8 @@ struct TContainerSettings BYTE reserved[10];
};
+struct ButtonItem;
+
struct TContainerData
{
TContainerData *pNext;
|