Fixed some compilation warnings.

This commit is contained in:
bubnikv 2020-03-04 13:06:21 +01:00
parent ab7109568a
commit cab42b89ad
3 changed files with 2 additions and 10 deletions

View file

@ -349,7 +349,7 @@ public:
Print() = default;
virtual ~Print() { this->clear(); }
PrinterTechnology technology() const noexcept { return ptFFF; }
PrinterTechnology technology() const noexcept override { return ptFFF; }
// Methods, which change the state of Print / PrintObject / PrintRegion.
// The following methods are synchronized with process() and export_gcode(),