X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FBooleanType.h;fp=bundles%2Forg.simantics.databoard%2Fcpp%2FDataBoardTest%2FDataBoard%2FBooleanType.h;h=768b049afd78d2e626ac1c933230b4d41c0087df;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=83de78685db1ce394f6f92154dff28c4c4447f38;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;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: + + }; + } +}