mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-26 07:53:42 +02:00
Make it possible to const'ify xpm.
This commit is contained in:
committed by
Paul Licameli
parent
aaecf213b8
commit
d8da4015ef
@@ -54,4 +54,4 @@
|
||||
|
||||
#endif
|
||||
|
||||
std::unique_ptr<wxCursor> MakeCursor(int WXUNUSED(CursorId), const char * pXpm[36], int HotX, int HotY);
|
||||
std::unique_ptr<wxCursor> MakeCursor(int WXUNUSED(CursorId), const char * const pXpm[36], int HotX, int HotY);
|
||||
|
||||
Reference in New Issue
Block a user