libsaria: Queue size uses apparent_size()

I don't have filtering enabled right now, but I may change my mind in
the future.  Might as well prepare now...

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-02-24 09:44:37 -05:00
parent 4ee79d8385
commit d8b6f5b0a0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace libsaria
unsigned int queue::size()
{
return q_queue.size();
return q_queue.apparent_size();
}
string queue::next_file()