mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +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>
|
/// <summary>
|
||||||
/// Gets the list of individual item listings.
|
/// Gets the list of individual item listings.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
IReadOnlyList<IMarketBoardHistoryListing> IMarketBoardHistory.HistoryListings => this.InternalHistoryListings;
|
public IReadOnlyList<IMarketBoardHistoryListing> HistoryListings => this.InternalHistoryListings;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a list of individual item listings.
|
/// Gets or sets a list of individual item listings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue