summaryrefslogtreecommitdiffstats
path: root/include/svx/ClassificationDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/ClassificationDialog.hxx')
-rw-r--r--include/svx/ClassificationDialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx
index b83068ba1c1e..d018662b5366 100644
--- a/include/svx/ClassificationDialog.hxx
+++ b/include/svx/ClassificationDialog.hxx
@@ -87,7 +87,7 @@ public:
~ClassificationDialog() override;
std::vector<ClassificationResult> getResult();
- void setupValues(std::vector<ClassificationResult> const& rInput);
+ void setupValues(std::vector<ClassificationResult>&& rInput);
};
} // end svx namespace