Update plugins for new syntax.

This commit is contained in:
David Anderson
2014-11-30 18:57:38 -08:00
parent 157549e119
commit cb4fdf1aa9
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ SMCParser config_parser;
ParseConfigs()
{
if (!config_parser)
config_parser = SMCParser();
config_parser = new SMCParser();
config_parser.OnEnterSection = NewSection;
config_parser.OnLeaveSection = EndSection;