summaryrefslogtreecommitdiff
path: root/slicer/db/sqlSelectDeserializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/db/sqlSelectDeserializer.cpp')
-rw-r--r--slicer/db/sqlSelectDeserializer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/db/sqlSelectDeserializer.cpp b/slicer/db/sqlSelectDeserializer.cpp
index 8081d76..e372716 100644
--- a/slicer/db/sqlSelectDeserializer.cpp
+++ b/slicer/db/sqlSelectDeserializer.cpp
@@ -144,7 +144,7 @@ namespace Slicer {
[&c](auto && fmp, auto &&) {
assignFromColumn(fmp, c);
},
- c.name, nullptr, false);
+ c.name, nullptr, MatchCase::No);
}
}
}