diff options
author | Max Kellermann <max@duempel.org> | 2013-09-12 10:03:37 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-09-12 10:03:37 +0200 |
commit | bf4ee48efad262c650b6b1a5b61ebe837d59f910 (patch) | |
tree | cd8edec4f95b14c1083c04143d5e39052a7197dc /src/fs/Path.hxx | |
parent | 08e6d222a2dea2509baea0a19b754743374756d3 (diff) | |
download | mpd-bf4ee48efad262c650b6b1a5b61ebe837d59f910.tar.gz mpd-bf4ee48efad262c650b6b1a5b61ebe837d59f910.tar.xz mpd-bf4ee48efad262c650b6b1a5b61ebe837d59f910.zip |
ConfigPath: move path_domain to system/Path.cxx
Diffstat (limited to 'src/fs/Path.hxx')
-rw-r--r-- | src/fs/Path.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index eaab2bde5..dd4cf38a7 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -44,6 +44,8 @@ # endif #endif +extern const class Domain path_domain; + /** * A path name in the native file system character set. */ |