summaryrefslogtreecommitdiff
path: root/src/KM_tai.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-02-13 05:00:31 +0000
committerjhurst <>2009-02-13 05:00:31 +0000
commiteba0b92c6ce46a626f46c0843a88ab33d6b281af (patch)
tree6a3fe4fdcfa5efa6a556e402c3563de0f389fd84 /src/KM_tai.cpp
parent899b377902acf3fb31fe8a2c027e204809067ecb (diff)
channel assignment
Diffstat (limited to 'src/KM_tai.cpp')
-rw-r--r--src/KM_tai.cpp2
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;
}