From ef2646010039b04ccf882ea3480882fa1e43a1fc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:32:25 +0300 Subject: Adapt to modularization of libbutl --- libbrep/common.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbrep/common.hxx') 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) \ -- cgit v1.1