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