diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-10-03 23:32:25 +0300 |
commit | ef2646010039b04ccf882ea3480882fa1e43a1fc (patch) | |
tree | b06bc195eb1be0f19099edeb64f57cc63bc9d70a /libbrep/common.hxx | |
parent | 4ba97b671533399e960f9230013f4678cc45b1d2 (diff) |
Adapt to modularization of libbutl
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r-- | libbrep/common.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 56d6768..581784d 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -108,7 +108,7 @@ namespace brep std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As it pointed out in libbutl/timestamp.hxx we will overflow in year 2262, + // As it pointed out in libbutl/timestamp.mxx we will overflow in year 2262, // but by that time some larger basic type will be available for mapping. // #pragma db map type(timestamp) as(uint64_t) \ |