[TD]CI clang warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user