mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix private property in MarketBoardHistory (#1858)
This commit is contained in:
parent
7e397bef17
commit
8c15b04d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class MarketBoardHistory : IMarketBoardHistory
|
|||
/// <summary>
|
||||
/// Gets the list of individual item listings.
|
||||
/// </summary>
|
||||
IReadOnlyList<IMarketBoardHistoryListing> IMarketBoardHistory.HistoryListings => this.InternalHistoryListings;
|
||||
public IReadOnlyList<IMarketBoardHistoryListing> HistoryListings => this.InternalHistoryListings;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a list of individual item listings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue