mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
sync the wx prototype with the new libtransmission class names
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user