Skip to content

Commit 9528888

Browse files
rolandlichtersjenkins
authored andcommitted
revert allowSpecialCharacters flag
1 parent ba853f9 commit 9528888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/ore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int main(int argc, char** argv) {
7474
try {
7575
auto params = boost::make_shared<Parameters>();
7676
params->fromFile(inputFile);
77-
OREApp ore(params, true, true);
77+
OREApp ore(params, true);
7878
ore.run();
7979
return 0;
8080
} catch (const exception& e) {

0 commit comments

Comments
 (0)