diff options
Diffstat (limited to 'plugingui/window.h')
-rw-r--r-- | plugingui/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/window.h b/plugingui/window.h index 218beec..e5bc496 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -90,10 +90,11 @@ protected: // For the Painter friend class Widget; - // For the NativeWindow + // For the NativeWindow implementations: friend class NativeWindowX11; friend class NativeWindowWin32; friend class NativeWindowPugl; + friend class NativeWindowCocoa; PixelBuffer wpixbuf; size_t refcount{0}; |