src/types/BooleanDataTypeWriter.h
branchv_0
changeset 15 8fd6c4d44071
parent 13 e7234dd45166
child 20 bef6648e79b1
--- a/src/types/BooleanDataTypeWriter.h	Sun Jul 22 00:08:13 2018 +0200
+++ b/src/types/BooleanDataTypeWriter.h	Sun Jul 22 10:26:22 2018 +0200
@@ -19,7 +19,7 @@
 	const string_t FALSE = L"false";
 public:
 
-	BooleanDataTypeWriter() : DataTypeWriter<boolean_t>(DATA_TYPE_ID_BOOLEAN, DATA_TYPE_CODE_BOOLEAN) {
+	BooleanDataTypeWriter() : DataTypeWriter<boolean_t>(TypeId::BOOLEAN, DATA_TYPE_CODE_BOOLEAN) {
 	}
 
 	void writeValue(std::ostream &output, const boolean_t &value) override {