]> git.tdb.fi Git - libs/core.git/blobdiff - source/debug/backtrace.h
Improve BackTrace printing
[libs/core.git] / source / debug / backtrace.h
index 9715df0ed8026c395af1cf1b865b1fc9b4ba4a64..6ba3ad1b0d297a5b9ad9e705f2b1d6740a2f9e78 100644 (file)
@@ -35,6 +35,7 @@ private:
 };
 
 std::ostream &operator<<(std::ostream &, const Backtrace &);
+std::ostream &operator<<(std::ostream &, const Backtrace::StackFrame &);
 
 } // namespace Debug
 } // namespace Msp