We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b895f commit 2e56626Copy full SHA for 2e56626
1 file changed
WYPopoverController/WYPopoverController.m
@@ -2095,7 +2095,7 @@ - (CGSize)sizeForRect:(CGRect)aRect
2095
2096
#pragma mark Inline functions
2097
2098
-NSString* NSStringFromOrientation(NSInteger orientation) {
+static NSString* NSStringFromOrientation(NSInteger orientation) {
2099
NSString* result = @"Unknown";
2100
2101
switch (orientation) {
@@ -2118,7 +2118,7 @@ - (CGSize)sizeForRect:(CGRect)aRect
2118
return result;
2119
}
2120
2121
-CGFloat GetStatusBarHeight() {
+static CGFloat GetStatusBarHeight() {
2122
UIInterfaceOrientation orienation = [[UIApplication sharedApplication] statusBarOrientation];
2123
2124
CGFloat statusBarHeight = 0;
0 commit comments