X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fsurfaces%2Fosc%2Fosc_controllable.h;h=accec0451509a2988461bed5f7f31bba5015ed14;hb=6bcbace73a18e5b038c68abdeac06ab62e8fc975;hp=67b828446001d09238cdbda47dbfba96e69a9f6b;hpb=aae367b63c9b619db1e40f27dc334c6987219481;p=ardour.git diff --git a/libs/surfaces/osc/osc_controllable.h b/libs/surfaces/osc/osc_controllable.h index 67b8284460..accec04515 100644 --- a/libs/surfaces/osc/osc_controllable.h +++ b/libs/surfaces/osc/osc_controllable.h @@ -1,6 +1,6 @@ /* Copyright (C) 2009 Paul Davis - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or @@ -30,9 +30,7 @@ #include "ardour/types.h" namespace ARDOUR { - -class Route; - + class Route; } class OSCControllable : public PBD::Stateful @@ -52,15 +50,15 @@ class OSCControllable : public PBD::Stateful lo_address addr; std::string path; - virtual void send_change (); + virtual void send_change_message (); }; class OSCRouteControllable : public OSCControllable { public: - OSCRouteControllable (lo_address addr, const std::string& path, - boost::shared_ptr, + OSCRouteControllable (lo_address addr, const std::string& path, + boost::shared_ptr, boost::shared_ptr); ~OSCRouteControllable (); @@ -69,7 +67,7 @@ class OSCRouteControllable : public OSCControllable private: boost::shared_ptr _route; - void send_change (); + void send_change_message (); }; #endif /* __osc_osccontrollable_h__ */