From 5b02125d5f85d11f2a3e8a598b5b7ee669d7bdc3 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 15 Aug 2013 16:10:34 -0700 Subject: [PATCH] remove an extra g --- interface/src/Menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Menu.cpp b/interface/src/Menu.cpp index d7390ee9a3..ee4cd36b16 100644 --- a/interface/src/Menu.cpp +++ b/interface/src/Menu.cpp @@ -743,7 +743,7 @@ void Menu::chooseVoxelPaintColor() { // restore the main window's active state appInstance->getWindow()->activateWindow(); -}g +} void Menu::runTests() { runTimingTests();