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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user