diff options
| author | milla <marc.illa@dolby.com> | 2021-05-26 13:59:19 +0200 |
|---|---|---|
| committer | milla <marc.illa@dolby.com> | 2021-06-03 14:05:45 +0200 |
| commit | fdd28f8bb3608978e75b27c5410db447396f361b (patch) | |
| tree | 4fd3e9ff4fa808993214956dd5753f950a6a1e47 /src/KM_tai.cpp | |
| parent | f9d7fbc33aa571c547d916b145712469efd9f4b8 (diff) | |
Put definitions inside their corresponding namespaces
Diffstat (limited to 'src/KM_tai.cpp')
| -rw-r--r-- | src/KM_tai.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/KM_tai.cpp b/src/KM_tai.cpp index 00a1231..47039e6 100644 --- a/src/KM_tai.cpp +++ b/src/KM_tai.cpp @@ -55,6 +55,10 @@ The libtai source code is in the public domain. #include <sys/time.h> #endif +namespace Kumu +{ + + // void caldate_frommjd(Kumu::TAI::caldate* cd, i32_t day) @@ -216,6 +220,7 @@ Kumu::TAI::caltime::operator=(const Kumu::TAI::tai& rhs) return *this; } +} // namespace Kumu // // end KM_tai.cpp |
