Skip to content

Commit

Permalink
malloy::http::sessions::session_storage::storage_get(): fix incorrect…
Browse files Browse the repository at this point in the history
… return type
  • Loading branch information
Tectu committed Aug 19, 2022
1 parent 84f9f8b commit d537c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/malloy/core/http/session/session.hpp
Expand Up @@ -189,7 +189,7 @@ namespace malloy::http::sessions
*/
[[nodiscard]]
virtual
std::optional<key_type>
std::optional<value_type>
storage_get(const key_type& key) const = 0;

/**
Expand Down

0 comments on commit d537c1f

Please sign in to comment.