add global OpenSCAD::debug string to printutils.cc (see printutils.h for usage)

svg-export
Don Bright 2014-01-30 18:30:41 -06:00
parent 36d5bde12b
commit 6269872397
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
std::list<std::string> print_messages_stack;
OutputHandlerFunc *outputhandler = NULL;
void *outputhandler_data = NULL;
std::string OpenSCAD::debug("");
void set_output_handler(OutputHandlerFunc *newhandler, void *userdata)
{