Skip to content

Commit

Permalink
Update safe_env.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-burda authored Nov 29, 2024
1 parent dd649bd commit 28cff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/safe_env/safe_env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inline void unsetenv(const std::string& name);

namespace detail
{
inline const std::shared_mutex mtx;
inline std::shared_mutex mtx;

template<typename F>
std::string read(const std::string& name, F getter);
Expand Down

0 comments on commit 28cff4d

Please sign in to comment.