Skip to content

Commit

Permalink
Switch from private to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomofiorin committed Nov 11, 2023
1 parent 95b7f73 commit da5d075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colvarproxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ class colvarproxy
/// Track which features have been acknowledged during the last run
size_t features_hash;

private:
protected:

/// Name of the simulation engine that the derived proxy object supports
std::string engine_name_ = "standalone";
Expand Down

0 comments on commit da5d075

Please sign in to comment.