Merge branch 'master' of git://git.musicpd.org/dk/mpd
This commit is contained in:
commit
2fb61534a1
@ -53,7 +53,7 @@ class AllocatedPath {
|
|||||||
|
|
||||||
AllocatedPath(const_pointer _value):value(_value) {}
|
AllocatedPath(const_pointer _value):value(_value) {}
|
||||||
|
|
||||||
AllocatedPath(string &&_value):value(_value) {}
|
AllocatedPath(string &&_value):value(std::move(_value)) {}
|
||||||
|
|
||||||
static AllocatedPath Build(const_pointer a, size_t a_size,
|
static AllocatedPath Build(const_pointer a, size_t a_size,
|
||||||
const_pointer b, size_t b_size) {
|
const_pointer b, size_t b_size) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user