diff options
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 |
