From 481f7c39655afec832ac10430dd61a3bb464aa58 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Thu, 29 Jun 2006 22:21:30 +0000 Subject: Fixed i18n system. Renamed pbd3 back to pbd, since it's version 4.1 now. Very minor fixes git-svn-id: svn://localhost/ardour2/trunk@656 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/stacktrace.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/pbd/pbd/stacktrace.h (limited to 'libs/pbd/pbd/stacktrace.h') diff --git a/libs/pbd/pbd/stacktrace.h b/libs/pbd/pbd/stacktrace.h new file mode 100644 index 0000000000..d7278bd35a --- /dev/null +++ b/libs/pbd/pbd/stacktrace.h @@ -0,0 +1,10 @@ +#ifndef __libpbd_stacktrace_h__ +#define __libpbd_stacktrace_h__ + +#include + +namespace PBD { + void stacktrace (std::ostream& out); +} + +#endif /* __libpbd_stacktrace_h__ */ -- cgit v1.2.3