From 46a3454fee59f27676b43d559c2ce62a59a9d0b7 Mon Sep 17 00:00:00 2001 From: shevernitskiy Date: Sat, 12 Aug 2023 17:00:07 +0300 Subject: [PATCH] type alias for gcc --- library/include/modules/Textures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/modules/Textures.h b/library/include/modules/Textures.h index 9569a257a..4d20302cc 100644 --- a/library/include/modules/Textures.h +++ b/library/include/modules/Textures.h @@ -8,7 +8,7 @@ #include -typedef typename void* TexposHandle; +typedef void* TexposHandle; namespace DFHack {