make function static
This commit is contained in:
@@ -49,7 +49,7 @@ static NSString* convertKey(std::string keypath) {
|
|||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
|
|
||||||
NSUserDefaults* getCurrentDefaults() {
|
static NSUserDefaults* getCurrentDefaults() {
|
||||||
if(replaying){
|
if(replaying){
|
||||||
return replayUserDefaults;
|
return replayUserDefaults;
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user