Skip to content

Commit fbed857

Browse files
committed
--oops. Missing const
1 parent 38a8ee3 commit fbed857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/esp/metadata/managers/DatasetDiagnosticsTool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class DatasetDiagnosticsTool {
149149
* json file into the attributes and registering the attributes to the
150150
* post-registration code.
151151
*/
152-
bool saveRequired() { return _requiresCorrectedSave; }
152+
bool saveRequired() const { return _requiresCorrectedSave; }
153153

154154
/**
155155
* @brief Clear any flags set due to specific diagnostics

0 commit comments

Comments
 (0)