Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need to define the Mutex mutex_ as mutable there is no const method. #2140

Merged
merged 1 commit into from
Oct 16, 2021

Commits on Oct 16, 2021

  1. No need to define the Mutex mutex_ as mutable there is no const method.

    There's no need to define the Mutex mutex_ as mutable since class base_sink has no const method.
    sunlong169 committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    acbf18d View commit details
    Browse the repository at this point in the history