diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-31 01:13:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-02 20:54:36 +0200 |
| commit | 03fac3d0c08d73b3b90b938d40f020ae44b4e70e (patch) | |
| tree | 7ce29fff9735f4f7300e1a3dfc850cfdeb3a2f74 /src/verify.h | |
| parent | 70f7f1d890f72e401463b115e596afa9782de296 (diff) | |
Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 8a8e77f3..a282d328 100644 --- a/src/verify.h +++ b/src/verify.h @@ -452,7 +452,7 @@ public: * first introduced with a <LoadFont>. * id contains the ID of the <Font> tag. */ - MISSING_LOAD_FONT + MISSING_LOAD_FONT_FOR_FONT, }; VerificationNote (Type type, Code code) |
