Skip to content

Commit

Permalink
#1385 Initialize Precision at the all constructors (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u committed Jun 23, 2020
1 parent 16be6fa commit 39c276f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions met/src/basic/vx_log/concat_string.cc
Expand Up @@ -85,6 +85,7 @@ delete s;


ConcatString::ConcatString(const ConcatString & c)
: Precision(0)

{

Expand All @@ -99,6 +100,7 @@ assign(c);


ConcatString::ConcatString(const std::string & Text)
: Precision(0)

{

Expand All @@ -113,6 +115,7 @@ add(Text);


ConcatString::ConcatString(const char * Text)
: Precision(0)

{

Expand Down

0 comments on commit 39c276f

Please sign in to comment.