diff options
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormat.H')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormat.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormat.H b/Source/Diagnostics/FlushFormats/FlushFormat.H index d83355dd3..826c56d03 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormat.H +++ b/Source/Diagnostics/FlushFormats/FlushFormat.H @@ -19,7 +19,7 @@ public: bool plot_raw_fields_guards, bool plot_raw_rho, bool plot_raw_F) const = 0; - virtual ~FlushFormat() {}; + virtual ~FlushFormat() {} }; #endif // WARPX_FLUSHFORMAT_H_ |