<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From e421fc29f044d88b4036b3004714ec353b1527aa Mon Sep 17 00:00:00 2001
From: "David C. Manuelda" &lt;StormByte@gmail.com&gt;
Date: Fri, 1 Nov 2024 05:58:16 +0100
Subject: [PATCH] Do not include template on Unix to fix clang compile issue

Signed-off-by: David C. Manuelda &lt;StormByte@gmail.com&gt;
--- a/src/ListNavigationPanel.h
+++ b/src/ListNavigationPanel.h
@@ -13,7 +13,7 @@
 #include &lt;wx/window.h&gt;
 #include &lt;wx/containr.h&gt;
 
-#if !defined(__FreeBSD__) &amp;&amp; !defined(__OpenBSD__)
+#if !defined(__FreeBSD__) &amp;&amp; !defined(__OpenBSD__) &amp;&amp; !defined(__UNIX__)
 extern template class WXDLLIMPEXP_CORE wxNavigationEnabled&lt;wxWindow&gt;;
 #endif
 
-- 
2.47.0

</pre></body></html>