Merged with trunk R992.
[ardour.git] / libs / pbd / pbd / stacktrace.h
index d7278bd35a545bbb22d46afc9a95553f0f0e418e..fa90a07355cafe83b9f512910e0d6fdde0a365fc 100644 (file)
@@ -4,7 +4,7 @@
 #include <ostream>
 
 namespace PBD {
-       void stacktrace (std::ostream& out);
+       void stacktrace (std::ostream& out, int levels = 0);
 }
 
 #endif /* __libpbd_stacktrace_h__ */