Added missing return type to member function declaration.

This commit is contained in:
Frank Mori Hess 2008-08-29 13:38:27 +00:00
parent fa3510e878
commit 6c1a1cdacb

View file

@ -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)