Skip to content

Commit 06869cf

Browse files
committed
Added _attribute__((visibility("default"))) to SSYDebugBacktraceDepth().
1 parent ff55ce4 commit 06869cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSYDebug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ NSString* SSYDebugBacktrace(void) ;
4747
Note that this function never returns the caller of this function, since you
4848
should already know that or can get it by __PRETTY_FUNCTION__.
4949
*/
50-
NSString* SSYDebugBacktraceDepth(NSInteger depth) ;
50+
__attribute__((visibility("default"))) NSString* SSYDebugBacktraceDepth(NSInteger depth) ;
5151

5252
/*!
5353
@brief Returns a string consisting of the symbol name of the

0 commit comments

Comments
 (0)