Kaydet (Commit) aef1826d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

default initialization of object of const type w/o user-provided default ctor

Change-Id: I99266457d43f9279af32d75d2842480291b6e91d
üst ce82146a
...@@ -1968,7 +1968,7 @@ namespace ...@@ -1968,7 +1968,7 @@ namespace
if(nTextLength && rPropertyHolders.Current().getTextColorActive()) if(nTextLength && rPropertyHolders.Current().getTextColorActive())
{ {
const std::vector< double > aDXArray; const std::vector< double > aDXArray{};
processMetaTextAction( processMetaTextAction(
pA->GetPoint(), pA->GetPoint(),
pA->GetText(), pA->GetText(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment