Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer...
[ardour.git] / libs / pbd / pbd / id.h
index c1103627342ba4d313052baa62cc03acb39de70e..eb3691d99ec7e98167cb7b692847207d29c5f999 100644 (file)
@@ -27,7 +27,7 @@ class ID {
                return _id < other._id;
        }
 
-       void print (char* buf) const;
+       void print (char* buf, uint32_t bufsize) const;
         std::string to_s() const;
        
        static uint64_t counter() { return _counter; }