From fdd28f8bb3608978e75b27c5410db447396f361b Mon Sep 17 00:00:00 2001 From: milla Date: Wed, 26 May 2021 13:59:19 +0200 Subject: Put definitions inside their corresponding namespaces --- src/KM_fileio.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/KM_fileio.cpp') diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp index b24c7db..a8b5f3f 100644 --- a/src/KM_fileio.cpp +++ b/src/KM_fileio.cpp @@ -1690,6 +1690,9 @@ Kumu::DeleteFile(const std::string& filename) return RESULT_FAIL; } +namespace Kumu +{ + // Result_t h__DeletePath(const std::string& pathname) @@ -1751,6 +1754,8 @@ h__DeletePath(const std::string& pathname) return result; } +} // namespace KUMU + // Result_t Kumu::DeletePath(const std::string& pathname) -- cgit v1.2.3