Skip to content
Snippets Groups Projects
Commit 91d7aef5 authored by Marco Biasini's avatar Marco Biasini
Browse files

fix previous commit

parent 20ecef1f
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ void export_Logger()
def("LogError",log_error);
def("LogWarning",log_warning);
def("LogInfo",log_info);
def("LogScript", log_script)
def("LogScript", log_script);
def("LogVerbose", log_verbose);
// this relatively ugly construct is required to work around a problem with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment