mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix compile warnings in RifEclipseDataTableFormatter
This commit is contained in:
parent
2d0df3a990
commit
f0731ace6f
@ -46,6 +46,7 @@ RifEclipseDataTableFormatter::RifEclipseDataTableFormatter(const RifEclipseDataT
|
||||
, m_tableRowPrependText(rhs.m_tableRowPrependText)
|
||||
, m_tableRowAppendText(rhs.m_tableRowAppendText)
|
||||
, m_commentPrefix(rhs.m_commentPrefix)
|
||||
, m_maxDataRowWidth(rhs.m_maxDataRowWidth)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user