]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/VfrCompile/VfrSyntax.g
BaseTools: correct mal-typed CVfrDLGLexer::errstd
[mirror_edk2.git] / BaseTools / Source / C / VfrCompile / VfrSyntax.g
index fbd5abfacad9d7667ac522e57d46da19e5e37d78..a434eacff89c4bfd7d679faf576a820994df7422 100644 (file)
@@ -42,7 +42,7 @@ class CVfrDLGLexer : public VfrLexer
 {\r
 public:\r
   CVfrDLGLexer (DLGFileInput *F) : VfrLexer (F) {};\r
-  INT32 errstd (char *Text)\r
+  void errstd (const char *Text)\r
   {\r
     printf ("unrecognized input '%s'\n", Text);\r
   }\r