remove inadvertently committed wine-unstable linkdir
[ardour.git] / gtk2_ardour / gui_object.h
index dd56f4b34ca44ff8229aa478498d79ff41f9d8f8..ee6d1cdf4ccaf42a2b4277dab98fd790687bcc09 100644 (file)
@@ -28,8 +28,6 @@
 #include "pbd/xml++.h"
 #include "pbd/id.h"
 
-#include "i18n.h"
-
 class GUIObjectState
 {
 public:
@@ -43,7 +41,7 @@ public:
 
        std::string get_string (const std::string& id, const std::string& prop_name, bool* empty = 0);
 
-       template<typename T> void set (const std::string& id, const std::string& prop_name, const T& val) {
+       template<typename T> void set_property (const std::string& id, const std::string& prop_name, const T& val) {
                XMLNode* child = get_or_add_node (id);
                std::stringstream s;
                s << val;