1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-23 00:51:21 +01:00

Comments; range-for; fix unchecked dereferences of pointer-to-pointer

This commit is contained in:
Paul Licameli
2021-05-16 08:06:18 -04:00
parent 77b60ebbbb
commit c96d5f12bc
5 changed files with 14 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ class AudacityProject;
// The didRecoverAnything param is strictly for a return value.
// Any value passed in is ignored.
//
bool ShowAutoRecoveryDialogIfNeeded(AudacityProject** pproj,
bool ShowAutoRecoveryDialogIfNeeded(AudacityProject*& pproj,
bool *didRecoverAnything);
#endif