From 3ba072aea7d1ec541feb739b93a1320ac7b11852 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Sun, 27 Jun 2021 14:29:57 +0200 Subject: [PATCH] Define the global Timebase instance --- src/modules/timebase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/modules/timebase.cpp b/src/modules/timebase.cpp index a163d18..a55ebbe 100644 --- a/src/modules/timebase.cpp +++ b/src/modules/timebase.cpp @@ -4,6 +4,8 @@ namespace modules { namespace time { +Timebase timebase; + void Timebase::Init() { }