mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Convert to enum class
This commit is contained in:
@@ -49,7 +49,7 @@ class RicfExportWellLogPlotData : public RicfCommandObject
|
||||
|
||||
public:
|
||||
// Values are exposed in gRPC .proto. Do not change without also changing .proto
|
||||
enum ExportFormat
|
||||
enum class ExportFormat
|
||||
{
|
||||
LAS,
|
||||
ASCII
|
||||
|
||||
Reference in New Issue
Block a user