1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-27 14:14:27 +01:00

Codefix f4b0ac2: Documentation for non existing parameters is copied to function overrides.

This commit is contained in:
Cyprian Klimaszewski
2026-01-22 22:18:46 +01:00
committed by rubidium42
parent 639cf2aa76
commit d18cf47c10

View File

@@ -116,9 +116,8 @@ struct SettingDesc {
/**
* Format the value of the setting associated with this object.
* @param buf The before of the buffer to format into.
* @param last The end of the buffer to format into.
* @param object The object the setting is in.
* @return The string representing the given value in human readable format.
*/
virtual std::string FormatValue(const void *object) const = 0;