Use method instead of constructor in Walker
commitbb96dec9d8008c67a047aba755c8bbb9184d3d71
authorAndreas Düring <github@duering-andreas.de>
Sun, 4 Sep 2016 16:40:40 +0000 (4 18:40 +0200)
committerAndreas Düring <github@duering-andreas.de>
Sun, 4 Sep 2016 16:40:40 +0000 (4 18:40 +0200)
treecca02f722ea64d07b1da092820b386f09adddd99
parent1cfea22c508257733de683fe75c2c4358605fa3c
Use method instead of constructor in Walker

  doesn't semantically make sense to pass
  an URL to constructor, since the walker works
  recursively...
src/WikiWalker.cpp
src/WikiWalker.h
src/main.cpp