X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fintellibox.h;h=df379a380518069ba0351ebdc06604c686f50556;hb=8776713b20fdc7cdd09f7e2363679ebd06665d32;hp=3e298592ead1c0ee8c61b2e755f86c25324e3851;hpb=77f1712e7f8913af3ce33efc0e1e4ebbe0e5f93a;p=r2c2.git diff --git a/source/libr2c2/intellibox.h b/source/libr2c2/intellibox.h index 3e29859..df379a3 100644 --- a/source/libr2c2/intellibox.h +++ b/source/libr2c2/intellibox.h @@ -127,7 +127,7 @@ private: Msp::Time::TimeStamp next_event_query; public: - Intellibox(const std::string &); + Intellibox(const Options &); virtual void set_power(bool); virtual bool get_power() const { return power; }