r283@gandalf: fugalh | 2006-08-09 08:13:37 -0600
[ardour.git] / libs / pbd / pbd / id.h
index 9a3f10478ddcc57bf328ed66e2fab095b8806edb..1ce448d58bd1397b15d7379f4a8a426f9c6d1a98 100644 (file)
@@ -28,6 +28,7 @@ class ID {
        }
 
        void print (char* buf) const;
+        std::string to_s() const;
        
        static uint64_t counter() { return _counter; }
        static void init_counter (uint64_t val) { _counter = val; }