Added missing return type to member function declaration.
This commit is contained in:
parent
fa3510e878
commit
6c1a1cdacb
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ namespace comedi
|
|||
return _c_calibration.get();
|
||||
}
|
||||
private:
|
||||
init(const std::string &file_path)
|
||||
void init(const std::string &file_path)
|
||||
{
|
||||
comedi_calibration_t *cal = comedi_parse_calibration_file(file_path.c_str());
|
||||
if(cal == NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue