diff --git a/include/SQLiteCpp/Statement.h b/include/SQLiteCpp/Statement.h index dfd7b09..8755086 100644 --- a/include/SQLiteCpp/Statement.h +++ b/include/SQLiteCpp/Statement.h @@ -75,7 +75,7 @@ public: * @brief Reset the statement to make it ready for a new execution. */ void reset(); - + /** * @brief Clears away all the bindings of a prepared statement. */