Skip to content

Commit

Permalink
--oops. Missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Aug 23, 2024
1 parent 38a8ee3 commit fbed857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp/metadata/managers/DatasetDiagnosticsTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class DatasetDiagnosticsTool {
* json file into the attributes and registering the attributes to the
* post-registration code.
*/
bool saveRequired() { return _requiresCorrectedSave; }
bool saveRequired() const { return _requiresCorrectedSave; }

/**
* @brief Clear any flags set due to specific diagnostics
Expand Down

0 comments on commit fbed857

Please sign in to comment.