From 6ffb3d92615fb7874fc9f4d5f6e6359c92b65f8f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 23 Dec 2022 10:39:37 +0000 Subject: Fixed some issues that stricter compilers picked up --- lib/statement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/statement.h') 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 { struct singleton_type { std::string table; std::string column; - comparison comparison; + comparison cmp; binding value; object parentObject; }; -- cgit 1.4.1