mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix type conversion error
Weird conversion error seen for Unity build on MSVC. Single file compile works fine.
This commit is contained in:
@@ -47,11 +47,11 @@ public:
|
||||
RimSummaryTable();
|
||||
~RimSummaryTable() override;
|
||||
|
||||
void setDefaultCaseAndCategoryAndVectorName();
|
||||
void setFromCaseAndCategoryAndVectorName( RimSummaryCase* summaryCase,
|
||||
RifEclipseSummaryAddress::SummaryVarCategory category,
|
||||
const QString& vectorName );
|
||||
void setDescription( const QString& description );
|
||||
void setDefaultCaseAndCategoryAndVectorName();
|
||||
void setFromCaseAndCategoryAndVectorName( RimSummaryCase* summaryCase,
|
||||
RifEclipseSummaryAddress::SummaryVarCategory category,
|
||||
const QString& vectorName );
|
||||
void setDescription( const QString& description );
|
||||
QString description() const override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user