Add OpenSCAD::quiet definition
This commit is contained in:
parent
02db2e15a4
commit
061537e773
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ std::list<std::string> print_messages_stack;
|
||||||
OutputHandlerFunc *outputhandler = NULL;
|
OutputHandlerFunc *outputhandler = NULL;
|
||||||
void *outputhandler_data = NULL;
|
void *outputhandler_data = NULL;
|
||||||
std::string OpenSCAD::debug("");
|
std::string OpenSCAD::debug("");
|
||||||
|
bool OpenSCAD::quiet = false;
|
||||||
|
|
||||||
boost::circular_buffer<std::string> lastmessages(5);
|
boost::circular_buffer<std::string> lastmessages(5);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue