Revision ba6302b1 client/cpp/include/MiddlewareROS.h

View differences:

client/cpp/include/MiddlewareROS.h
50 50
class MiddlewareROS : public Middleware{
51 51
#ifndef ROS_SUPPORT
52 52
public:
53
    MiddlewareRSB(std::string scope){
53
    MiddlewareRSB(std::string scope) : Middleware(scope){
54 54
        printf("> ERROR: hlrc was compiled without ROS middleware support. Please use MiddlewareRSB() instead!\n\n");
55 55
        exit(EXIT_FAILURE);
56 56
    }

Also available in: Unified diff