Fixed arguments not setting fully

This commit is contained in:
2023-02-11 19:28:12 -06:00
parent 79e00e3479
commit 27aa8cfeef
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ private:
public:
Sorter();
std::vector<std::string> newWordList;
bool defaultOnly, fileGiven, allLists, sortGiven;
bool defaultFile, defaultOnly, fileGiven, allLists, sortGiven;
SortType currentType;
std::string GetFilename(void);
void SetFilename(std::string newName);