diff options
author | Max Kellermann <max@duempel.org> | 2013-10-28 10:12:21 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-28 10:12:33 +0100 |
commit | 5b5675cc121eff6ba4b89719a523bfbe3993ce2f (patch) | |
tree | 92bd72d3f460d184d5769256270c76db0fb6080b /src/Partition.hxx | |
parent | e699f6781e144d02336856d460a74fbaf988447d (diff) |
player_control: rename to PlayerControl
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index dbc79b4ba..512ba3bca 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -34,7 +34,7 @@ struct Partition { struct playlist playlist; - player_control pc; + PlayerControl pc; Partition(Instance &_instance, unsigned max_length, |