mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Add some const qualifiers to BlockFile methods
This commit is contained in:
@@ -142,7 +142,7 @@ class AudacityApp final : public wxApp {
|
||||
* ShouldShowMissingAliasedFileWarning can be called to determine
|
||||
* if the user should be notified
|
||||
*/
|
||||
void MarkAliasedFilesMissingWarning(BlockFile *b);
|
||||
void MarkAliasedFilesMissingWarning(const BlockFile *b);
|
||||
|
||||
/** \brief Changes the behavior of missing aliased blockfiles warnings
|
||||
*/
|
||||
@@ -209,7 +209,7 @@ class AudacityApp final : public wxApp {
|
||||
wxTimer mTimer;
|
||||
|
||||
bool m_aliasMissingWarningShouldShow;
|
||||
BlockFile *m_LastMissingBlockFile;
|
||||
const BlockFile *m_LastMissingBlockFile;
|
||||
|
||||
ODLock m_LastMissingBlockFileLock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user