[glyf] path-builder minor header guards fix test

This commit is contained in:
Behdad Esfahbod 2022-06-25 18:14:42 -06:00
parent 499c637922
commit 7c4b8c9bf4
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef OT_GLYF_PATHBUILDER_HH
#define OT_GLYF_PATHBUILDER_HH
#ifndef OT_GLYF_PATH_BUILDER_HH
#define OT_GLYF_PATH_BUILDER_HH
#include "../../hb.hh"
@ -131,4 +131,4 @@ struct path_builder_t
} /* namespace OT */
#endif /* OT_GLYF_PATHBUILDER_HH */
#endif /* OT_GLYF_PATH_BUILDER_HH */