mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Fix cotire build errors
This commit is contained in:
@@ -48,19 +48,6 @@
|
||||
#include <QKeyEvent>
|
||||
|
||||
|
||||
// See also corresponding fake implementations in RimSummaryCurveFilter
|
||||
static QTextStream& operator << (QTextStream& str, const RifEclipseSummaryAddress& sobj)
|
||||
{
|
||||
CVF_ASSERT(false);
|
||||
return str;
|
||||
}
|
||||
|
||||
static QTextStream& operator >> (QTextStream& str, RifEclipseSummaryAddress& sobj)
|
||||
{
|
||||
CVF_ASSERT(false);
|
||||
return str;
|
||||
}
|
||||
|
||||
namespace caf
|
||||
{
|
||||
template<>
|
||||
|
||||
Reference in New Issue
Block a user