Skip to content

Commit

Permalink
[PD] Correct include guard name
Browse files Browse the repository at this point in the history
 Correction in `PartDesignGui::ReferenceHighllighter`
  • Loading branch information
AjinkyaDahale authored and donovaly committed Jan 18, 2022
1 parent af45d93 commit d5ae077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mod/PartDesign/Gui/ReferenceHighlighter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -89,4 +89,4 @@ class ReferenceHighlighter
} // namespace PartDesignGui


#endif // PARTGUI_REFERENCEHIGHLIGHTER_H
#endif // PARTDESIGNGUI_REFERENCEHIGHLIGHTER_H

0 comments on commit d5ae077

Please sign in to comment.