Merge pull request #1580 from wito/forward-declaration-fix
Minifix: Fixes forward declaration compiler warnings
This commit is contained in:
commit
0457a33f3c
@ -34,7 +34,7 @@
|
||||
namespace Opm {
|
||||
|
||||
namespace RestartIO {
|
||||
class RstConnection;
|
||||
struct RstConnection;
|
||||
}
|
||||
|
||||
class DeckKeyword;
|
||||
|
@ -50,7 +50,7 @@ class UDQActive;
|
||||
class UDQConfig;
|
||||
|
||||
namespace RestartIO {
|
||||
class RstWell;
|
||||
struct RstWell;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user