Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PyArcWelder/py_arc_welder.h')
-rw-r--r--PyArcWelder/py_arc_welder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PyArcWelder/py_arc_welder.h b/PyArcWelder/py_arc_welder.h
index 686a9cd..a8f0819 100644
--- a/PyArcWelder/py_arc_welder.h
+++ b/PyArcWelder/py_arc_welder.h
@@ -61,7 +61,7 @@ public:
virtual ~py_arc_welder() {
}
- static PyObject* build_py_progress(const arc_welder_progress& progress, std::string guid);
+ static PyObject* build_py_progress(const arc_welder_progress& progress, std::string guid, bool include_detailed_statistics);
protected:
std::string guid_;
virtual bool on_progress_(const arc_welder_progress& progress);