summaryrefslogtreecommitdiff
path: root/src/modinfowithconflictinfo.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-11-23 15:30:21 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2020-11-23 15:30:21 +0100
commitf3f0036a056b17ed481cf3ec4dea78a59c04b16e (patch)
tree3ca67d3be8bc2e3399c7e842fba74ba7306aa021 /src/modinfowithconflictinfo.h
parent0a912afe72a8fb765f240d59db17f7b50094b014 (diff)
Fix PluginContainer::setUserInterface().
Diffstat (limited to 'src/modinfowithconflictinfo.h')
-rw-r--r--src/modinfowithconflictinfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modinfowithconflictinfo.h b/src/modinfowithconflictinfo.h
index e312a89a..0d11fcb1 100644
--- a/src/modinfowithconflictinfo.h
+++ b/src/modinfowithconflictinfo.h
@@ -34,7 +34,9 @@ public:
*
* @return true if the content is there, false otherwise.
*/
- virtual bool hasContent(int content) const override; /**
+ virtual bool hasContent(int content) const override;
+
+ /**
* @brief Retrieve a file tree corresponding to the underlying disk content
* of this mod.
*