summaryrefslogtreecommitdiff
path: root/src/fs/Config.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-24 14:24:21 +0200
committerMax Kellermann <max@musicpd.org>2019-04-24 14:24:21 +0200
commita8ee7269bc293fd8c3269388ed92f701d57254a7 (patch)
tree354989379fdc4aa1e922fc79734c1e81a9fad237 /src/fs/Config.hxx
parent7c1843ee2ef01b9be26c5af8c5c2065478bdb966 (diff)
fs/Config: add `noexcept`
Diffstat (limited to 'src/fs/Config.hxx')
-rw-r--r--src/fs/Config.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Config.hxx b/src/fs/Config.hxx
index 3b4887545..bbb29fb69 100644
--- a/src/fs/Config.hxx
+++ b/src/fs/Config.hxx
@@ -31,6 +31,6 @@ void
ConfigureFS(const ConfigData &config);
void
-DeinitFS();
+DeinitFS() noexcept;
#endif