aboutsummaryrefslogtreecommitdiffstats
path: root/lib/file/file_source_c.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/file/file_source_c.cc')
-rw-r--r--lib/file/file_source_c.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file/file_source_c.cc b/lib/file/file_source_c.cc
index 87de181..48e9b17 100644
--- a/lib/file/file_source_c.cc
+++ b/lib/file/file_source_c.cc
@@ -172,7 +172,7 @@ osmosdr::gain_range_t file_source_c::get_gain_range( const std::string & name, s
return get_gain_range( chan );
}
-bool file_source_c::set_gain_mode( bool mode, size_t chan )
+bool file_source_c::set_gain_mode( bool automatic, size_t chan )
{
return get_gain_mode(chan);
}