diff options
author | David Robillard <d@drobilla.net> | 2022-04-22 16:20:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-04-23 21:18:38 -0400 |
commit | 653b961b4b5533322655e424e9a53df0e8972d6c (patch) | |
tree | cec22c2173421d6e2e6c31ed35b0daa313e60ab5 /src/win.h | |
parent | efc9744aa464f01eeeccc1b354b0564d819fdeb3 (diff) | |
download | pugl-653b961b4b5533322655e424e9a53df0e8972d6c.tar.gz pugl-653b961b4b5533322655e424e9a53df0e8972d6c.tar.bz2 pugl-653b961b4b5533322655e424e9a53df0e8972d6c.zip |
Windows: Remove pointless const qualifiers
Diffstat (limited to 'src/win.h')
-rw-r--r-- | src/win.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -36,10 +36,7 @@ puglWinGetPixelFormatDescriptor(const PuglHints hints); PUGL_WARN_UNUSED_RESULT PUGL_API PuglStatus -puglWinCreateWindow(PuglView* const view, - const char* const title, - HWND* const hwnd, - HDC* const hdc); +puglWinCreateWindow(PuglView* view, const char* title, HWND* hwnd, HDC* hdc); PUGL_WARN_UNUSED_RESULT PUGL_API |