Skip to content
Snippets Groups Projects
Commit a15955d3 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

fixed query ParamType to compile with double precision enabled

parent 3cc30e26
Branches
Tags
No related merge requests found
......@@ -68,7 +68,7 @@ class DLLEXPORT_OST_MOL StringOrRegexParam {
String s_;
};
typedef boost::variant<int, float, WithinParam, StringOrRegexParam> ParamType;
typedef boost::variant<int, Real, WithinParam, StringOrRegexParam> ParamType;
// AST node, used internally for building the AST tree.
class DLLEXPORT_OST_MOL Node {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment