Change naming convention for C++ interfaces
[alexxy/gromacs.git] / src / gromacs / selection / selhelp.cpp
index 131e9d25e8b55f1f742b0d0c6925a42ee616f1ec..0a29722728ae9fce6cf1803696842c0e80750bbd 100644 (file)
@@ -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);