macOS: Fix template_debug build after #105884

This commit is contained in:
Rémi Verschelde
2025-05-13 12:42:13 +02:00
parent c0ebba60de
commit 3e2c064302
2 changed files with 6 additions and 5 deletions

View File

@@ -460,7 +460,7 @@ public:
virtual bool get_swap_cancel_ok() override;
virtual void enable_for_stealing_focus(OS::ProcessID pid) override;
#ifdef DEBUG_ENABLED
#ifdef TOOLS_ENABLED
Error embed_process_update(WindowID p_window, const EmbeddedProcessMacOS *p_process);
#endif
virtual Error request_close_embedded_process(OS::ProcessID p_pid) override;