Typo fix.

This commit is contained in:
Alexander Smorkalov
2012-07-03 08:12:27 +00:00
parent 65b53f96d0
commit e5067bff41
8 changed files with 8 additions and 8 deletions

View File

@@ -88,7 +88,7 @@ public class Sample3Native extends Activity {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
if (!OpenCVLoader.initAsync(OpenCVLoader.OPEN_CV_VERSION_2_4_2, this, mOpenCVCallBack))
if (!OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_2, this, mOpenCVCallBack))
{
Log.e(TAG, "Cannot connect to OpenCV Manager");
}