diff --git a/eeschema/sim/sim_model_serializer.h b/eeschema/sim/sim_model_serializer.h index 0bc0f23f53..f79e0411ec 100644 --- a/eeschema/sim/sim_model_serializer.h +++ b/eeschema/sim/sim_model_serializer.h @@ -54,7 +54,7 @@ namespace SIM_MODEL_SERIALIZER_GRAMMAR opt, tao::pegtl::eof> {}; - struct param : plus {}; + struct param : identifier {}; struct unquotedString : plus, any> {}; struct quotedStringContent : star>, any> {}; // TODO: Allow escaping '"'.