diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-02-04 14:04:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-04 14:04:04 +0100 |
| commit | fc9344f6648d65532d4ea0aacc9e8dac556c78d4 (patch) | |
| tree | f1a876b8ef5e1fa4110ff3a63f2a52f406508d1c /src/wx/metal_video_view.h | |
| parent | 09c8ab5e4cdddc95ef28efa9f39d2c42a8edc6dd (diff) | |
hacks.metal
Diffstat (limited to 'src/wx/metal_video_view.h')
| -rw-r--r-- | src/wx/metal_video_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/metal_video_view.h b/src/wx/metal_video_view.h index 51bdd3132..fcd185255 100644 --- a/src/wx/metal_video_view.h +++ b/src/wx/metal_video_view.h @@ -52,7 +52,7 @@ public: private: wxWindow* _canvas; - MTL::Device* _device; + NS::SharedPtr<MTL::Device> _device; MTK::View* _view; ViewDelegate* _delegate; }; |
