libInit.cc
changeset 57 8cd259e11b9e
parent 56 6c7ed8cc00ea
child 59 e7d0453109a1
--- a/libInit.cc	Fri Jan 26 12:06:19 2018 +0000
+++ b/libInit.cc	Sun Jan 28 23:13:36 2018 +0000
@@ -34,7 +34,7 @@
 extern void _VDBSourceApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _VDBThreadGroupPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _VDBThreadPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
-extern void _VDBVariablePresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _VDBVariableObjectPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _VDBWindowsDebuggerConsoleApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _VDBAbstractTreeApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _VDBBreakpointListApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -75,7 +75,7 @@
     _VDBSourceApplication_Init(pass,__pRT__,snd);
     _VDBThreadGroupPresenter_Init(pass,__pRT__,snd);
     _VDBThreadPresenter_Init(pass,__pRT__,snd);
-    _VDBVariablePresenter_Init(pass,__pRT__,snd);
+    _VDBVariableObjectPresenter_Init(pass,__pRT__,snd);
     _VDBWindowsDebuggerConsoleApplication_Init(pass,__pRT__,snd);
     _VDBAbstractTreeApplication_Init(pass,__pRT__,snd);
     _VDBBreakpointListApplication_Init(pass,__pRT__,snd);