drop boost::signals2 and replace with carl's solution which continues to rely on...
[ardour.git] / libs / pbd / pbd / id.h
index 7a32a29002c6f24004e659f50737c0ef0866f1e7..6296fc29812520825b45ad71e03f1ed05bd8e08a 100644 (file)
@@ -33,6 +33,8 @@ class ID {
        ID (std::string);
        ID (const ID&);
 
+       void reset ();
+
        bool operator== (const ID& other) const {
                return _id == other._id; 
        }