fix example

This commit is contained in:
vrd
2023-02-14 11:22:45 +02:00
parent e57affde26
commit f0290d21da
4 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
using std::cout;
WINDOW* info_tab;
static WINDOW* info_tab;
EventTime::EventTime(I16 Year, U8 Month, U16 Day, I8 Hour, I8 Minute)
: year(Year)