diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-07 20:04:02 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-07 20:04:02 (GMT) |
commit | 75784844eaad1aa77757eb7640547146e0a96209 (patch) | |
tree | c90a5293810c709d1cbeb1f7de32f690cc4e6fa4 /tests | |
parent | fe0f9dd7555dd05391c956c32e26bed7d5e51a2c (diff) |
Implemented OFF export
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cgaltest.cc | 3 |
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(); |