mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 07:40:10 +01:00
ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses
This commit is contained in:
@@ -232,7 +232,8 @@ struct CommandIdTag;
|
||||
using CommandID = TaggedIdentifier< CommandIdTag, false >;
|
||||
using CommandIDs = std::vector<CommandID>;
|
||||
|
||||
using ManualPageID = wxString;
|
||||
struct ManualPageIDTag;
|
||||
using ManualPageID = TaggedIdentifier< ManualPageIDTag >;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user