From ec15f36073b77375a06457c423d9a56245aa9dfc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 18:14:45 +0100 Subject: o Renaming open_sample_input_stream to open_sample_stream_parser. --- sensor/main/io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sensor/main') diff --git a/sensor/main/io.cpp b/sensor/main/io.cpp index 18040f1..4837414 100644 --- a/sensor/main/io.cpp +++ b/sensor/main/io.cpp @@ -360,7 +360,7 @@ void AutoSampleParser::process(mutable_buffers_1 buffer) { } } -unique_ptr open_sample_input_stream( +unique_ptr open_sample_stream_parser( shared_ptr output, KeyDictionary &dict, sample_format_type type) { -- cgit v1.2.3