summaryrefslogtreecommitdiff
path: root/interaction.cpp
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-11-28 12:01:57 -0500
committerPeter LaFosse <peter@vector35.com>2018-11-28 12:01:57 -0500
commit161786fc483515615399ba990254fba8d7d42876 (patch)
tree49de2d900556f1ef792dc933fa4e7c8b6c54eb91 /interaction.cpp
parentf6b36a82a9fa7428c7e136f5ef101f846fd326e8 (diff)
Fix warning, expose PluginType api
Diffstat (limited to 'interaction.cpp')
-rw-r--r--interaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/interaction.cpp b/interaction.cpp
index 684d2d09..57da8ea6 100644
--- a/interaction.cpp
+++ b/interaction.cpp
@@ -105,6 +105,7 @@ FormInputField FormInputField::DirectoryName(const string& prompt, const string&
void InteractionHandler::ShowMarkdownReport(Ref<BinaryView> view, const string& title, const string& contents,
const string& plainText)
{
+ (void)contents;
if (plainText.size() != 0)
ShowPlainTextReport(view, title, plainText);
}