]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: correct mal-typed CVfrDLGLexer::errstd
authorzenith432 <zenith432@users.sourceforge.net>
Sat, 9 Dec 2017 09:38:51 +0000 (09:38 +0000)
committerLiming Gao <liming.gao@intel.com>
Tue, 2 Jan 2018 12:37:20 +0000 (20:37 +0800)
commit8b13e18143cc4199eedd2597572ade34061a5c33
tree5d55632b7ad51b25ebca322e0b7b87f0d36abb57
parentb23276135a51d9d9e9973f30ff6c5014a79d5177
BaseTools: correct mal-typed CVfrDLGLexer::errstd

The member function CVfrDLGLexer::errstd is intended as an override virtual
function of DLGLexerBase::errstd, but due to mismatched prototype, it
didn't override, and never got called.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zenith432 <zenith432@users.sourceforge.net>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/VfrCompile/VfrSyntax.g