GH #48: Need getArgs() accessor

GH #48: Need getArgs() accessor to Util::Application to retrieve
start-up arguments
This commit is contained in:
aleks-f
2013-01-05 15:54:12 -06:00
parent 73a3a5e288
commit 7e8797fb5a
4 changed files with 45 additions and 18 deletions

View File

@@ -123,7 +123,7 @@ protected:
helpFormatter.format(std::cout);
}
int main(const std::vector<std::string>& args)
int main(const ArgVec& args)
{
if (!_helpRequested)
{