summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-09-07 20:04:02 (GMT)
committerMarius Kintel <marius@kintel.net>2011-09-07 20:04:02 (GMT)
commit75784844eaad1aa77757eb7640547146e0a96209 (patch)
treec90a5293810c709d1cbeb1f7de32f690cc4e6fa4 /tests
parentfe0f9dd7555dd05391c956c32e26bed7d5e51a2c (diff)
Implemented OFF export
Diffstat (limited to 'tests')
-rw-r--r--tests/cgaltest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cgaltest.cc b/tests/cgaltest.cc
index a882638..029fcfc 100644
--- a/tests/cgaltest.cc
+++ b/tests/cgaltest.cc
@@ -171,8 +171,7 @@ int main(int argc, char **argv)
QDir::setCurrent(original_path.absolutePath());
if (!N.empty()) {
- QTextStream outstream(stdout);
- export_stl(&N, outstream, NULL);
+ export_stl(&N, std::cout, NULL);
}
destroy_builtin_functions();
destroy_builtin_modules();
contact: Jan Huwald // Impressum