1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Registry passed to Visit can be const

This commit is contained in:
Paul Licameli
2020-02-14 22:02:54 -05:00
parent 46f958f376
commit 4cfbf07227
2 changed files with 5 additions and 5 deletions

View File

@@ -641,7 +641,7 @@ namespace Registry {
void Visit(
Visitor &visitor,
BaseItem *pTopItem,
GroupItem *pRegistry = nullptr );
const GroupItem *pRegistry = nullptr );
// Typically a static object. Constructor initializes certain preferences
// if they are not present. These preferences determine an extrinsic