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

@@ -22,10 +22,10 @@
#include "filter.h"
int
TorrentFilter :: GetFlags( const tr_torrent_t * tor )
TorrentFilter :: GetFlags( const tr_torrent * tor )
{
int flags = 0;
const tr_stat_t * s = tr_torrentStat( (tr_torrent_t*)tor );
const tr_stat * s = tr_torrentStat( (tr_torrent*)tor );
switch( s->status )
{