mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
fix: remove redundant access specifier
This commit is contained in:
parent
1c7ea35801
commit
f7b1777578
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ private:
|
||||||
|
|
||||||
void startMovingNextTorrent();
|
void startMovingNextTorrent();
|
||||||
|
|
||||||
private:
|
|
||||||
RelocateDialog& dialog_;
|
RelocateDialog& dialog_;
|
||||||
Glib::RefPtr<Session> const core_;
|
Glib::RefPtr<Session> const core_;
|
||||||
std::vector<int> torrent_ids_;
|
std::vector<int> torrent_ids_;
|
||||||
|
|
Loading…
Reference in a new issue