diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/PluginModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/PluginModel.cpp b/src/client/PluginModel.cpp index 8bf7aead..5dc6ec2a 100644 --- a/src/client/PluginModel.cpp +++ b/src/client/PluginModel.cpp @@ -280,7 +280,7 @@ heading(const std::string& text, bool html) return text + ":\n\n"; } } - + std::string PluginModel::documentation(bool html) const { |