1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

[Issue #7290] Fixes OpenNI and OpenNI2 linking conflict

This commit is contained in:
Luis Roberto Morales Iglesias
2016-09-15 14:20:02 +02:00
parent 32df09c275
commit 60b33046a7
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1086,7 +1086,7 @@ CvCapture* cvCreateCameraCapture_OpenNI2( int index )
return 0;
}
CvCapture* cvCreateFileCapture_OpenNI( const char* filename )
CvCapture* cvCreateFileCapture_OpenNI2( const char* filename )
{
CvCapture_OpenNI2* capture = new CvCapture_OpenNI2( filename );