X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FBooleanType.h;h=768b049afd78d2e626ac1c933230b4d41c0087df;hb=2e8ccfd78bbe27e0b999d53eb261f81d3ad86fef;hp=83de78685db1ce394f6f92154dff28c4c4447f38;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h index 83de78685..768b049af 100644 --- a/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h +++ b/bundles/org.simantics.databoard/cpp/DataBoardTest/DataBoard/BooleanType.h @@ -1,21 +1,21 @@ -#pragma once - -#include "DataType.h" - -namespace Databoard { - namespace Type { - - class DATABOARD_API BooleanType : public DataType { - public: - BooleanType(); - - virtual ~BooleanType(); - - virtual std::string writeOut(int indent = 0); - - - protected: - - }; - } -} +#pragma once + +#include "DataType.h" + +namespace Databoard { + namespace Type { + + class DATABOARD_API BooleanType : public DataType { + public: + BooleanType(); + + virtual ~BooleanType(); + + virtual std::string writeOut(int indent = 0); + + + protected: + + }; + } +}