summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/uscxml-browser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/uscxml-browser.cpp b/apps/uscxml-browser.cpp
index cbbb21f..722b0af 100644
--- a/apps/uscxml-browser.cpp
+++ b/apps/uscxml-browser.cpp
@@ -99,6 +99,7 @@ int main(int argc, char** argv) {
interpreterIter++;
}
}
+ interpreterIter = interpreters.begin();
}
} catch (Event e) {
std::cout << e << std::endl;