Skip to content

Commit

Permalink
[C++] add aeronDir() method to Context.h
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingChen committed Jan 20, 2025
1 parent 3d9b972 commit fd92026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeron-client/src/main/cpp_wrapper/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class Context
*
* @return aeron directory
*/
inline std::string aeronDir() const
inline std::string aeronDir()
{
return std::string(aeron_context_get_dir(m_context));
}
Expand Down

0 comments on commit fd92026

Please sign in to comment.