diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-17 17:37:28 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-17 17:37:39 +0300 |
commit | b68362e4ca9a176bde960f20dce76822e0a5dd0e (patch) | |
tree | 9985b477a54aa7d16f782f408cf74e828b8a3fed /plugins/MessageState/src/stdafx.h | |
parent | 7623a366aeedaffb50057fc7ae01ad47925bb7fd (diff) |
code cleaning
Diffstat (limited to 'plugins/MessageState/src/stdafx.h')
-rw-r--r-- | plugins/MessageState/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MessageState/src/stdafx.h b/plugins/MessageState/src/stdafx.h index c5e033d418..ac6e58326e 100644 --- a/plugins/MessageState/src/stdafx.h +++ b/plugins/MessageState/src/stdafx.h @@ -27,4 +27,4 @@ struct CMPlugin : public PLUGIN<CMPlugin> int Load() override;
};
-extern IconItem Icons[];
\ No newline at end of file +extern IconItem Icons[];
|