FT field_type changed to const FT & field_type in functions arguments
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2018, Tomasz Sowa
|
||||
* Copyright (c) 2018-2021, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -39,7 +39,7 @@
|
||||
namespace morm
|
||||
{
|
||||
|
||||
void FlatExpression::esc(const PT::Date & date, PT::TextStream & stream, FT field_type)
|
||||
void FlatExpression::esc(const PT::Date & date, PT::TextStream & stream, const FT & field_type)
|
||||
{
|
||||
date.SerializeISO(stream);
|
||||
}
|
||||
|
Reference in New Issue
Block a user