Skip to content

Commit

Permalink
Add a missing param to the property
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro committed Feb 7, 2025
1 parent 20ff732 commit d55f460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/IBrowser.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ namespace Exchange {

// @property
// @brief User preferred languages
// @param List of langauges preferred by the user
virtual Core::hresult Languages(IStringIterator*& languages /* @out */) const = 0;
virtual Core::hresult Languages(IStringIterator* const languages) = 0;

Expand Down

0 comments on commit d55f460

Please sign in to comment.