player_control: rename to PlayerControl

This commit is contained in:
Max Kellermann
2013-10-28 10:12:21 +01:00
parent e699f6781e
commit 5b5675cc12
22 changed files with 137 additions and 137 deletions

View File

@@ -34,7 +34,7 @@ struct Partition {
struct playlist playlist;
player_control pc;
PlayerControl pc;
Partition(Instance &_instance,
unsigned max_length,