Skip to content

Commit 1b8ca8d

Browse files
committed
[FIX] Fixed typo in gen_dict.json for visp_java compilation
1 parent abf52e3 commit 1b8ca8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/java/misc/mbt/gen_dict.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
" try {",
519519
" LOGD(\"%s\", method_name);",
520520
" #if defined(VISP_HAVE_DISPLAY) && defined(VISP_HAVE_MODULE_GUI)",
521-
" vpMbGenericTracker* tracker = (vpMbGenericTracker*) self; //TODO: check for nullptr",
521+
" vpMbGenericTracker* me = (vpMbGenericTracker*) self; //TODO: check for nullptr",
522522
" int stringCount = env->GetArrayLength(cameraNames);",
523523
" std::map<std::string, const vpImage<unsigned char> *> mapOfImages;",
524524
" std::map<std::string, std::string> mapOfInits;",
@@ -564,7 +564,7 @@
564564
" try {",
565565
" LOGD(\"%s\", method_name);",
566566
" #if defined(VISP_HAVE_DISPLAY) && defined(VISP_HAVE_MODULE_GUI)",
567-
" vpMbGenericTracker* tracker = (vpMbGenericTracker*) self; //TODO: check for nullptr",
567+
" vpMbGenericTracker* me = (vpMbGenericTracker*) self; //TODO: check for nullptr",
568568
" int stringCount = env->GetArrayLength(cameraNames);",
569569
" std::map<std::string, const vpImage<vpRGBa> *> mapOfImages;",
570570
" std::map<std::string, std::string> mapOfInits;",

0 commit comments

Comments
 (0)