Skip to content

Commit

Permalink
small mistake...
Browse files Browse the repository at this point in the history
  • Loading branch information
make-42 committed May 13, 2023
1 parent 8a41e35 commit 2e95b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picotorrent/ui/mainframe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MainFrame::MainFrame(std::shared_ptr<pt::Core::Environment> env, std::shared_ptr
m_splitter(new wxSplitterWindow(this, ptID_MAIN_SPLITTER)),
m_statusBar(new StatusBar(this)),
m_taskBarIcon(new TaskBarIcon(this)),
m_torrentDetails(new TorrentDetailsView(m_splitter, ptID_MAIN_TORRENT_DETAILS, m_cfg)),
m_torrentDetails(new TorrentDetailsView(m_splitter, ptID_MAIN_TORRENT_DETAILS, cfg)),
m_torrentListModel(new Models::TorrentListModel()),
m_torrentList(new TorrentListView(m_splitter, ptID_MAIN_TORRENT_LIST, m_torrentListModel)),
m_torrentsCount(0),
Expand Down

0 comments on commit 2e95b67

Please sign in to comment.