Fixed arguments not setting fully
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user