queue: Fix punction on _sort_order documentation comment

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-04-03 10:26:53 -04:00
parent 5ba9a8fa0a
commit 8453b58ae3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ struct sort_info {
class Queue {
protected:
std :: vector <Track *> _tracks; /**< List of tracks in this queue. */
std :: vector <struct sort_info> _sort_order; /**< Current sort settings */
std :: vector <struct sort_info> _sort_order; /**< Current sort settings. */
unsigned int _cur; /**< The index of the last track played. */
unsigned int _flags; /**< Mask of queue_flags. */
unsigned int _length; /**< Total runtime of the queue. */