summary refs log tree commit diff stats
path: root/lib/statement.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/statement.h')
-rw-r--r--lib/statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/statement.h b/lib/statement.h index 632807f..bdf1a6a 100644 --- a/lib/statement.h +++ b/lib/statement.h
@@ -174,7 +174,7 @@ namespace verbly {
174 struct singleton_type { 174 struct singleton_type {
175 std::string table; 175 std::string table;
176 std::string column; 176 std::string column;
177 comparison comparison; 177 comparison cmp;
178 binding value; 178 binding value;
179 object parentObject; 179 object parentObject;
180 }; 180 };