From e8b37a3c47580a9e2fa7850b6defd2b5b97530d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Tue, 29 Mar 2016 09:37:45 +0200 Subject: using const ref strings at output engine --- drumgizmo/output/wavfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drumgizmo/output/wavfile.cc') diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index b19f700..e81fb2d 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -69,7 +69,7 @@ bool WavfileOutputEngine::init(Channels data) return true; } -void WavfileOutputEngine::setParm(std::string parm, std::string value) +void WavfileOutputEngine::setParm(const std::string& parm, const std::string& value) { if(parm == "file") { -- cgit v1.2.3