diff options
Diffstat (limited to 'plugins/Cln_skinedit/src/stdafx.h')
-rw-r--r-- | plugins/Cln_skinedit/src/stdafx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Cln_skinedit/src/stdafx.h b/plugins/Cln_skinedit/src/stdafx.h index ff936b7ce6..5f96c2f53a 100644 --- a/plugins/Cln_skinedit/src/stdafx.h +++ b/plugins/Cln_skinedit/src/stdafx.h @@ -39,7 +39,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>("Skin editor")
- {}
+ CMPlugin();
};
|