From dbfcc82bda13e58c0a9f38c80fad320ab37efb6d Mon Sep 17 00:00:00 2001 From: Dawn Date: Thu, 8 Sep 2016 20:17:13 -0700 Subject: [PATCH] Forgot to commit this updated .h file. Committing now should fix the buildbot fail. --- src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h b/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h index d2d6d943b..02e6b29d2 100644 --- a/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h +++ b/src/dev/dhustigschultz/MG_FewerMuscles1/AppMGControlFM1.h @@ -90,6 +90,7 @@ class AppMGControlFM1 tgWorld* world; tgSimView* view; tgSimulation* simulation; + JSONMGFeedbackControlFM1 * myControl; bool use_graphics; bool add_controller;