diff --git a/include/SQLiteCpp/Column.h b/include/SQLiteCpp/Column.h index 1072031..fd971b0 100644 --- a/include/SQLiteCpp/Column.h +++ b/include/SQLiteCpp/Column.h @@ -49,7 +49,7 @@ public: mIndex(aOther.mIndex) { } - + /** * @brief Encapsulation of a Column in a Row of the result. *