diff options
Diffstat (limited to 'cad/kicad-devel/files/patch-eeschema_sch__base__frame.h')
-rw-r--r-- | cad/kicad-devel/files/patch-eeschema_sch__base__frame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h index 7a56f8d5a4d5..6b7df3a979fd 100644 --- a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h +++ b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h @@ -1,15 +1,15 @@ ---- eeschema/sch_base_frame.h.orig 2025-08-26 07:58:54 UTC +--- eeschema/sch_base_frame.h.orig 2025-09-14 17:37:19 UTC +++ eeschema/sch_base_frame.h -@@ -56,7 +56,7 @@ class SYMBOL_EDITOR_SETTINGS; - class EESCHEMA_SETTINGS; +@@ -57,7 +57,7 @@ struct SCH_SELECTION_FILTER_OPTIONS; class SYMBOL_EDITOR_SETTINGS; + struct SCH_SELECTION_FILTER_OPTIONS; -#ifndef __linux__ +#if not defined (__linux__) && not defined (__FreeBSD__) class NL_SCHEMATIC_PLUGIN; #else class SPNAV_2D_PLUGIN; -@@ -333,7 +333,7 @@ class SCH_BASE_FRAME : public EDA_DRAW_FRAME, public S +@@ -336,7 +336,7 @@ class SCH_BASE_FRAME : public EDA_DRAW_FRAME, public S wxTimer m_watcherDebounceTimer; bool m_inSymChangeTimerEvent; |