X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fselection%2Fselhelp.cpp;h=0a29722728ae9fce6cf1803696842c0e80750bbd;hb=7a6907d2184cf7bf3ce09e83e9d902f9787a3eb0;hp=131e9d25e8b55f1f742b0d0c6925a42ee616f1ec;hpb=9eb0581bed7c5147f8919ab19a7e2ed55e0e1514;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/selection/selhelp.cpp b/src/gromacs/selection/selhelp.cpp index 131e9d25e8..0a29722728 100644 --- a/src/gromacs/selection/selhelp.cpp +++ b/src/gromacs/selection/selhelp.cpp @@ -774,7 +774,7 @@ void KeywordsHelpTopic::writeKeywordSubTopics(const HelpWriterContext &context) } } - const HelpTopicInterface *subTopic = findSubTopic(iter->first.c_str()); + const IHelpTopic *subTopic = findSubTopic(iter->first.c_str()); GMX_RELEASE_ASSERT(subTopic != NULL, "Keyword subtopic no longer exists"); HelpWriterContext subContext(context); subContext.enterSubSection(title);