mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
sync the wx prototype with the new libtransmission class names
This commit is contained in:
@@ -42,7 +42,7 @@ class TorrentFilter
|
||||
|
||||
public:
|
||||
|
||||
typedef std::vector<tr_torrent_t*> torrents_v;
|
||||
typedef std::vector<tr_torrent*> torrents_v;
|
||||
|
||||
enum Show {
|
||||
ALL,
|
||||
@@ -52,7 +52,7 @@ class TorrentFilter
|
||||
N_FILTERS
|
||||
};
|
||||
|
||||
static int GetFlags( const tr_torrent_t * );
|
||||
static int GetFlags( const tr_torrent * );
|
||||
|
||||
static void CountHits( const torrents_v & torrents,
|
||||
int * counts );
|
||||
|
||||
Reference in New Issue
Block a user