CLI
- Relocated public methods to top. - Removed const for methods, which are no longer const.
This commit is contained in:
@@ -39,9 +39,9 @@ public:
|
||||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
const std::string getFilter () const;
|
||||
const std::vector <std::string> getWords () const;
|
||||
const std::vector <std::string> getModifications () const;
|
||||
const std::string getFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
const std::vector <std::string> getModifications ();
|
||||
|
||||
private:
|
||||
void aliasExpansion ();
|
||||
|
||||
Reference in New Issue
Block a user