summaryrefslogtreecommitdiff
path: root/plugins/Console/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Console/src/stdafx.h')
-rw-r--r--plugins/Console/src/stdafx.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Console/src/stdafx.h b/plugins/Console/src/stdafx.h
index 5465616407..064c40b5ff 100644
--- a/plugins/Console/src/stdafx.h
+++ b/plugins/Console/src/stdafx.h
@@ -46,9 +46,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>("Console")
- {}
+ CMPlugin();
};
void InitConsole();