Compile cleanly with clang.
[ardour.git] / gtk2_ardour / axis_view.h
index 2c891524b8f379269419df30b3f52985235f1455..17f8c09a7bc18ffd00614296581b73351fc1744d 100644 (file)
@@ -63,7 +63,7 @@ class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, pu
        std::string gui_property (const std::string& property_name) const;
        
        template<typename T> void set_gui_property (const std::string& property_name, const T& value) {
-               gui_object_state().set<T> (state_id(), property_name, value);
+               gui_object_state().set_property<T> (state_id(), property_name, value);
        }
 
        bool marked_for_display () const;