[PD] Correct include guard name

Correction in `PartDesignGui::ReferenceHighllighter`
This commit is contained in:
Ajinkya Dahale
2022-01-17 18:24:11 -05:00
committed by Uwe
parent af45d932c4
commit d5ae0777d0

View File

@@ -21,8 +21,8 @@
***************************************************************************/
#ifndef PARTGUI_REFERENCEHIGHLIGHTER_H
#define PARTGUI_REFERENCEHIGHLIGHTER_H
#ifndef PARTDESIGNGUI_REFERENCEHIGHLIGHTER_H
#define PARTDESIGNGUI_REFERENCEHIGHLIGHTER_H
#include <App/Material.h>
#include <TopoDS_Shape.hxx>
@@ -89,4 +89,4 @@ private:
} // namespace PartDesignGui
#endif // PARTGUI_REFERENCEHIGHLIGHTER_H
#endif // PARTDESIGNGUI_REFERENCEHIGHLIGHTER_H