[TD]CI clang warnings

This commit is contained in:
wandererfan
2022-08-23 15:32:13 -04:00
committed by WandererFan
parent c075a298ae
commit aa2b1b8392
246 changed files with 3944 additions and 4241 deletions

View File

@@ -20,8 +20,8 @@
* *
***************************************************************************/
#ifndef _DrawViewArch_h_
#define _DrawViewArch_h_
#ifndef DrawViewArch_h_
#define DrawViewArch_h_
#include <Mod/TechDraw/TechDrawGlobal.h>
@@ -42,11 +42,11 @@ class TechDrawExport DrawViewArch : public TechDraw::DrawViewSymbol
public:
/// Constructor
DrawViewArch();
~DrawViewArch() override;
~DrawViewArch() = default;
App::PropertyLink Source;
App::PropertyBool AllOn;
App::PropertyEnumeration RenderMode; // "Wireframe","Solid"
App::PropertyEnumeration RenderMode; // "Wireframe", "Solid"
App::PropertyBool FillSpaces;
App::PropertyBool ShowHidden;
App::PropertyBool ShowFill;