Add missing type qualifiers

This commit is contained in:
Robbert van der Helm
2020-06-06 12:43:35 +02:00
parent 89c186f2c4
commit 957da62137
5 changed files with 9 additions and 10 deletions
+3 -3
View File
@@ -134,9 +134,9 @@ std::optional<boost::filesystem::path> find_wineprefix();
* above.
*/
boost::filesystem::path generate_group_endpoint(
std::string group_name,
boost::filesystem::path wine_prefix,
PluginArchitecture architecture);
const std::string& group_name,
const boost::filesystem::path& wine_prefix,
const PluginArchitecture architecture);
/**
* Generate a unique name for the Unix domain socket endpoint based on the VST