applied patch from ticket #801

pull/13383/head
Alexander Shishkov 14 years ago
parent 127c2bf93e
commit cfe633c6f9
  1. 3
      modules/highgui/src/window_cocoa.mm

@ -67,9 +67,8 @@ CV_IMPL int cvWaitKey (int maxWait) {return 0;}
//*** end IphoneOS Stubs ***/
#else
#import <Cocoa/Cocoa.h>
#include "precomp.hpp"
#import <Cocoa/Cocoa.h>
#include <iostream>
using namespace std;

Loading…
Cancel
Save