fix: remove redundant access specifier

This commit is contained in:
Charles Kerr 2022-04-01 11:46:19 -05:00
parent fbfb22f64d
commit 54da1d9397
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ private:
void response_cb(int response);
private:
PrefsDialog& dialog_;
Glib::RefPtr<Session> const core_;