(finder): take pt::TextStream by const ref in raw(...) method

This commit is contained in:
Tomasz Sowa 2022-07-08 22:02:02 +02:00
parent 128f43482a
commit 4e8f3af8fc
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ public:
}
Finder<ModelClass> & raw(pt::TextStream & sql, bool add_spaces = true)
Finder<ModelClass> & raw(const pt::TextStream & sql, bool add_spaces = true)
{
if( out_stream )
{