]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/intellibox.h
Add helper class for processing driver options
[r2c2.git] / source / libr2c2 / intellibox.h
index 3e298592ead1c0ee8c61b2e755f86c25324e3851..df379a380518069ba0351ebdc06604c686f50556 100644 (file)
@@ -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; }