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