small tweaks

This commit is contained in:
Axel Kohlmeyer
2021-09-17 16:51:37 -04:00
parent 3046c9ca93
commit e6fb0e3bd8
3 changed files with 5 additions and 5 deletions

View File

@ -348,7 +348,7 @@ class Device {
int _data_in_estimate, _data_out_estimate;
std::string _ocl_config_name, _ocl_config_string, _ocl_compile_string;
int set_ocl_params(std::string, std::string);
int set_ocl_params(std::string, const std::string &);
};
}