Skip to content

Commit

Permalink
change class name
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Oct 17, 2016
1 parent aff9b05 commit fc488e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/signals.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static SEL statusServiceSelector = nil;

static bool initLibrary() {
if (statusServiceClassRef == nil) {
statusServiceClassRef = objc_getClass("GethService");
statusServiceClassRef = objc_getClass("Status");
if (statusServiceClassRef == nil) return false;
}

Expand Down

0 comments on commit fc488e6

Please sign in to comment.