mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
Trunk merge conflicts resolved git-svn-id: svn://localhost/ardour2/branches/undo@756 d708f5d6-7413-0410-9779-e7cbd77b26cf
10 lines
179 B
C++
10 lines
179 B
C++
#ifndef __libpbd_stacktrace_h__
|
|
#define __libpbd_stacktrace_h__
|
|
|
|
#include <ostream>
|
|
|
|
namespace PBD {
|
|
void stacktrace (std::ostream& out);
|
|
}
|
|
|
|
#endif /* __libpbd_stacktrace_h__ */
|