From 141f7d78cdd6a7a61d4353bd8d9cc174c40ae779 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 7 Aug 2023 00:25:01 +0200 Subject: [PATCH] Hopefully fixing Windows builds --- src/db/db/dbText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/dbText.h b/src/db/db/dbText.h index 5e678562c..ffff84e07 100644 --- a/src/db/db/dbText.h +++ b/src/db/db/dbText.h @@ -276,7 +276,7 @@ inline void mem_stat (MemStatistics *stat, MemStatistics::purpose_t purpose, int */ template -class DB_PUBLIC_TEMPLATE text +class DB_PUBLIC text { public: typedef C coord_type;