sync the wx prototype with the new libtransmission class names

This commit is contained in:
Charles Kerr
2007-09-20 19:47:19 +00:00
parent 3677ac13d0
commit 8a644aae6f
7 changed files with 51 additions and 51 deletions

View File

@@ -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 );