FT field_type changed to const FT & field_type in functions arguments

This commit is contained in:
2021-05-12 04:53:23 +02:00
parent c7797ff2f1
commit aadc5be350
14 changed files with 235 additions and 235 deletions

View File

@@ -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);
}