fix typo in arg names
This commit is contained in:
@@ -1440,9 +1440,9 @@ public:
|
|||||||
const std::string& filename,
|
const std::string& filename,
|
||||||
const std::string& decompressed_filename,
|
const std::string& decompressed_filename,
|
||||||
const std::string& text_filename = "",
|
const std::string& text_filename = "",
|
||||||
const std::string& deecompressed_text_filename = "",
|
const std::string& decompressed_text_filename = "",
|
||||||
const std::string& dice_text_filename = "",
|
const std::string& dice_text_filename = "",
|
||||||
const std::string& deecompressed_dice_text_filename = "");
|
const std::string& decompressed_dice_text_filename = "");
|
||||||
|
|
||||||
struct CardEntry {
|
struct CardEntry {
|
||||||
CardDefinition def;
|
CardDefinition def;
|
||||||
|
|||||||
Reference in New Issue
Block a user