Skip to content
Snippets Groups Projects
Commit 9c81fa1f authored by Jakob Blomer's avatar Jakob Blomer Committed by Enrico Guiraud
Browse files

[DF] Fix compiler warning in sqlite ds

parent 5ffed50c
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ private:
};
struct Value_t {
Value_t() : fType(Types::kNull), fPtr(nullptr), fNull(nullptr), fIsActive(false) {}
Value_t() : fType(Types::kNull), fNull(nullptr), fPtr(nullptr), fIsActive(false) {}
Types fType;
Long64_t fInteger;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment