]> git.sesse.net Git - casparcg/blobdiff - common/os/stack_trace.h
[logging] Suppress the logging of full path names in stack traces so that only the...
[casparcg] / common / os / stack_trace.h
index 2062372bc0af82e43db56cb46ff41c2e729825ec..efc1a6d3539eb46689202c6f6ae9ad75296c97b8 100644 (file)
@@ -26,5 +26,6 @@
 namespace caspar {
 
 std::wstring get_call_stack();
+const std::string& get_source_prefix();
 
 }