mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
Fix comment typo.
This commit is contained in:
@@ -155,7 +155,7 @@ class AUDACITY_DLL_API AudacityProject final
|
||||
wxFrame &GetProjectFrame( AudacityProject &project );
|
||||
const wxFrame &GetProjectFrame( const AudacityProject &project );
|
||||
|
||||
///\brief Get a pointer to the window associaged with a project, or null if
|
||||
///\brief Get a pointer to the window associated with a project, or null if
|
||||
/// the given pointer is null.
|
||||
inline wxFrame *FindProjectFrame( AudacityProject *project ) {
|
||||
return project ? &GetProjectFrame( *project ) : nullptr;
|
||||
|
||||
Reference in New Issue
Block a user