diff options
author | David Robillard <d@drobilla.net> | 2020-03-31 19:44:21 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-31 19:49:03 +0200 |
commit | 87e9220faf2cbafe3a250e1a541b1103b4009e77 (patch) | |
tree | fc3e032a7e6e174d167b25de9543af304ea2dba7 /pugl/detail/mac.h | |
parent | 9b0f993c1ebca720fe2042ab849f095257132d40 (diff) | |
download | pugl-87e9220faf2cbafe3a250e1a541b1103b4009e77.tar.gz pugl-87e9220faf2cbafe3a250e1a541b1103b4009e77.tar.bz2 pugl-87e9220faf2cbafe3a250e1a541b1103b4009e77.zip |
Mac: Fix various warnings
Diffstat (limited to 'pugl/detail/mac.h')
-rw-r--r-- | pugl/detail/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h index 5bc1a2e..9e34ae8 100644 --- a/pugl/detail/mac.h +++ b/pugl/detail/mac.h @@ -60,6 +60,6 @@ struct PuglInternalsImpl { NSApplication* app; PuglWrapperView* wrapperView; NSView* drawView; - id window; + PuglWindow* window; uint32_t mods; }; |