diff --git a/include/core/queue.h b/include/core/queue.h index 8131dbb2..a55fb063 100644 --- a/include/core/queue.h +++ b/include/core/queue.h @@ -60,7 +60,7 @@ struct sort_info { class Queue { protected: std :: vector _tracks; /**< List of tracks in this queue. */ - std :: vector _sort_order; /**< Current sort settings */ + std :: vector _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. */