LGTM: [skip ci] fix: Missing header guard

This commit is contained in:
wmayer
2020-07-27 11:16:41 +02:00
parent 44f42a8e2c
commit 4dd32ce143
3 changed files with 13 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
* *
***************************************************************************/
#ifndef SKETCHERGUI_GEOMETRYCREATIONMODE_H
#define SKETCHERGUI_GEOMETRYCREATIONMODE_H
/***** Creation Mode ************/
namespace SketcherGui
@@ -29,3 +31,5 @@ namespace SketcherGui
Construction
};
}
#endif //SKETCHERGUI_GEOMETRYCREATIONMODE_H