Nov 1, 2015 at 10:02pm
Solved
Last edited on Nov 29, 2015 at 4:04am
Nov 1, 2015 at 10:09pm
1) Either remove 'const' from the type of the parameter of the addTestMethod function, or define the variable test as std::vector<const Test1*>
2)this->addTestMethod(&t)
Last edited on Nov 1, 2015 at 10:11pm
Nov 1, 2015 at 10:31pm
solved
Last edited on Nov 29, 2015 at 4:04am
Nov 1, 2015 at 10:59pm
Nevermind I fixed it. Thanks guys.
Last edited on Nov 1, 2015 at 11:45pm