Skip to content

Commit de1428c

Browse files
authored
Merge pull request #725 from bugsnag/tom/move-mach-header-data
Moved binary images store declaration from header file
2 parents 923f4d9 + 6ea009d commit de1428c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Bugsnag/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMachHeaders.h

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ typedef struct {
3636
BSG_Mach_Binary_Image_Info *contents;
3737
} BSG_Mach_Binary_Images;
3838

39-
static BSG_Mach_Binary_Images bsg_mach_binary_images;
4039

4140
// MARK: - Locking
4241

Bugsnag/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMachHeaders.m

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
// MARK: - Locking
1717

18+
static BSG_Mach_Binary_Images bsg_mach_binary_images;
19+
1820
// Pragma's hide unavoidable (and expected) deprecation/unavailable warnings
1921
_Pragma("clang diagnostic push")
2022
_Pragma("clang diagnostic ignored \"-Wunguarded-availability\"")

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Changelog
33

44
## TBD
55

6+
* Move binary images store declaration from header file
7+
[#725](https://github.com/bugsnag/bugsnag-cocoa/pull/725)
8+
69
* Make stacktrace properties for error/thread readwrite
710
[#722](https://github.com/bugsnag/bugsnag-cocoa/pull/722)
811

0 commit comments

Comments
 (0)