diff --git a/dgl/src/pugl.cpp b/dgl/src/pugl.cpp index 778949ca..f825b88f 100644 --- a/dgl/src/pugl.cpp +++ b/dgl/src/pugl.cpp @@ -640,7 +640,7 @@ void puglX11SetWindowType(const PuglView* const view, const bool isStandalone) XA_CARDINAL, 32, PropModeReplace, - static_cast(DGL_X11_WINDOW_ICON_NAME), + reinterpret_cast(DGL_X11_WINDOW_ICON_NAME), DGL_X11_WINDOW_ICON_SIZE); } #endif