From d0308d53dd9f4d036d8c5fe8023920fcdfd43f39 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Feb 2025 02:06:04 +0100 Subject: Remove unnecessary wx_ptr It was only ever used for wxDialog subclasses, which can be stack-allocated. --- src/wx/content_timeline.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/wx/content_timeline.h') diff --git a/src/wx/content_timeline.h b/src/wx/content_timeline.h index 10f880191..c82f31a83 100644 --- a/src/wx/content_timeline.h +++ b/src/wx/content_timeline.h @@ -19,6 +19,10 @@ */ +#ifndef DCPOMATIC_CONTENT_TIMELINE_H +#define DCPOMATIC_CONTENT_TIMELINE_H + + #include "content_menu.h" #include "timeline.h" #include "timeline_content_view.h" @@ -147,3 +151,6 @@ private: boost::signals2::scoped_connection _film_changed_connection; boost::signals2::scoped_connection _film_content_change_connection; }; + + +#endif -- cgit v1.2.3