Resolves an issue where two structrs were forward declared as classes.

This commit is contained in:
Williham Williham Totland 2020-03-13 13:49:03 +01:00
parent 47ff1fc297
commit 5736111cf5
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
namespace Opm {
namespace RestartIO {
class RstConnection;
struct RstConnection;
}
class DeckKeyword;

View File

@ -50,7 +50,7 @@ class UDQActive;
class UDQConfig;
namespace RestartIO {
class RstWell;
struct RstWell;
}