fixed: forward structs as structs

clang warns
This commit is contained in:
Arne Morten Kvarving
2021-05-18 12:07:04 +02:00
parent c78630cff0
commit a7507cf544
4 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ namespace Action { class State; }
class Deck;
class EclipseState;
class ErrorGuard;
class NumericalAquiferCell;
struct NumericalAquiferCell;
class ParseContext;
class Schedule;
class Python;