[TD]CI clang warnings
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef _TechDraw_DrawHatch_h_
|
||||
#define _TechDraw_DrawHatch_h_
|
||||
#ifndef TechDraw_DrawHatch_h_
|
||||
#define TechDraw_DrawHatch_h_
|
||||
|
||||
#include <Mod/TechDraw/TechDrawGlobal.h>
|
||||
|
||||
@@ -44,7 +44,7 @@ class TechDrawExport DrawHatch : public App::DocumentObject
|
||||
|
||||
public:
|
||||
DrawHatch();
|
||||
~DrawHatch() override;
|
||||
~DrawHatch() = default;
|
||||
|
||||
App::PropertyLinkSub Source; // the dvp & face this hatch belongs to
|
||||
App::PropertyFile HatchPattern;
|
||||
@@ -66,10 +66,10 @@ public:
|
||||
bool removeSub(std::string toRemove);
|
||||
bool removeSub(int i);
|
||||
bool empty();
|
||||
static bool faceIsHatched(int i,std::vector<TechDraw::DrawHatch*> hatchObjs);
|
||||
static bool faceIsHatched(int i, std::vector<TechDraw::DrawHatch*> hatchObjs);
|
||||
static std::string prefSvgHatch();
|
||||
static App::Color prefSvgHatchColor();
|
||||
|
||||
|
||||
bool isSvgHatch() const;
|
||||
bool isBitmapHatch() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user