diff options
| author | jhurst <jhurst@cinecert.com> | 2009-02-13 05:00:31 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-02-13 05:00:31 +0000 |
| commit | eba0b92c6ce46a626f46c0843a88ab33d6b281af (patch) | |
| tree | 6a3fe4fdcfa5efa6a556e402c3563de0f389fd84 /src/KM_tai.cpp | |
| parent | 899b377902acf3fb31fe8a2c027e204809067ecb (diff) | |
channel assignment
Diffstat (limited to 'src/KM_tai.cpp')
| -rw-r--r-- | src/KM_tai.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/KM_tai.cpp b/src/KM_tai.cpp index dca8471..f6cbea5 100644 --- a/src/KM_tai.cpp +++ b/src/KM_tai.cpp @@ -193,6 +193,7 @@ const Kumu::TAI::tai& Kumu::TAI::tai::operator=(const Kumu::TAI::caltime& rhs) { caltime_tai(&rhs, this); + return *this; } // @@ -200,6 +201,7 @@ const Kumu::TAI::caltime& Kumu::TAI::caltime::operator=(const Kumu::TAI::tai& rhs) { caltime_utc(this, &rhs); + return *this; } |
