#3964 - Attempt to fix crash when closing on Linux (Debian unstable)

This commit is contained in:
enricoturri1966 2020-04-01 09:58:31 +02:00
parent daa6dd0a25
commit 1f3046f65d
4 changed files with 23 additions and 7 deletions

View file

@ -262,6 +262,7 @@ public:
void set_current_canvas_as_dirty();
#if ENABLE_NON_STATIC_CANVAS_MANAGER
void unbind_canvas_event_handlers();
void reset_canvas_volumes();
#endif // ENABLE_NON_STATIC_CANVAS_MANAGER
PrinterTechnology printer_technology() const;