1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

MakeCursor returns smart pointer; TrackPanel stores smart pointers to cursors

This commit is contained in:
Paul Licameli
2016-04-09 23:06:10 -04:00
parent 414d0faa65
commit def8b7fa9b
3 changed files with 28 additions and 68 deletions

View File

@@ -57,4 +57,4 @@
#endif
wxCursor * MakeCursor(int WXUNUSED(CursorId), const char * pXpm[36], int HotX, int HotY);
std::unique_ptr<wxCursor> MakeCursor(int WXUNUSED(CursorId), const char * pXpm[36], int HotX, int HotY);