소스 검색

Fixed function visibility.

Camilla Berglund 12 년 전
부모
커밋
80076e7b67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/cocoa_monitor.m

+ 1 - 1
src/cocoa_monitor.m

@@ -38,7 +38,7 @@
 
 // Get the name of the specified display
 //
-const char* getDisplayName(CGDirectDisplayID displayID)
+static const char* getDisplayName(CGDirectDisplayID displayID)
 {
     char* name;
     CFDictionaryRef info, names;