diff --git a/Data/include/Poco/Data/Transaction.h b/Data/include/Poco/Data/Transaction.h index c231dbebe..bdecbbba9 100644 --- a/Data/include/Poco/Data/Transaction.h +++ b/Data/include/Poco/Data/Transaction.h @@ -117,7 +117,7 @@ public: /// of this Transaction object. template - void transact(T& t) + void transact(const T& t) /// Executes the transactor and, unless transactor throws an exception, /// commits the transaction. {