Skip to content

Commit

Permalink
fix "nodisard" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 13, 2021
1 parent b14bc0b commit f183bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Models/Misc/HighScore.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct HighScore
-> std::vector<TapNoteType>;
[[nodiscard]] auto GetCopyOfHoldReplayDataVector() const
-> std::vector<HoldReplayResult>;
[[nodisard]] auto GetCopyOfMineReplayDataVector() const
[[nodiscard]] auto GetCopyOfMineReplayDataVector() const
-> std::vector<MineReplayResult>;
[[nodiscard]] auto GetCopyOfSetOnlineReplayTimestampVector() const
-> std::vector<float>;
Expand Down

0 comments on commit f183bef

Please sign in to comment.