(finder): take pt::TextStream by const ref in raw(...) method
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user