Added missing return type to member function declaration.
authorFrank Mori Hess <fmhess@speakeasy.net>
Fri, 29 Aug 2008 13:38:27 +0000 (13:38 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Fri, 29 Aug 2008 13:38:27 +0000 (13:38 +0000)
c++/include/comedilib.hpp

index 092263e35b3ddf4234d7b9252251849e7aaeed8e..0e70b6a55b4bb358e0d0dd79868aad7d2c8e757c 100644 (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)