X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcommandline%2Ftests%2Fcmdlinemodulemanagertest.cpp;h=e5c92f77e36eda90cc47473d184ada3808a3698b;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=5c33490f3a9e789997c673add39e030737d224b9;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/commandline/tests/cmdlinemodulemanagertest.cpp b/src/gromacs/commandline/tests/cmdlinemodulemanagertest.cpp index 5c33490f3a..e5c92f77e3 100644 --- a/src/gromacs/commandline/tests/cmdlinemodulemanagertest.cpp +++ b/src/gromacs/commandline/tests/cmdlinemodulemanagertest.cpp @@ -169,7 +169,7 @@ MockOptionsModule & CommandLineModuleManagerTestBase::addOptionsModule(const char *name, const char *description) { MockOptionsModule *module = new MockOptionsModule(); - gmx::CommandLineOptionsModuleInterface::registerModule( + gmx::ICommandLineOptionsModule::registerModule( &manager(), name, description, module); return *module; }