Merge pull request #1580 from wito/forward-declaration-fix

Minifix: Fixes forward declaration compiler warnings
This commit is contained in:
Joakim Hove 2020-03-13 15:30:53 +01:00 committed by GitHub
commit 0457a33f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}