Fix compile error

This commit is contained in:
Noisyfox
2025-09-29 23:19:53 +08:00
parent 8611125008
commit d4273b4f70
2 changed files with 3 additions and 2 deletions

View File

@@ -381,6 +381,7 @@ protected:
wxStaticText* m_statictext_finish{nullptr};
TextInput* m_rename_input{nullptr};
wxTimer* m_refresh_timer{ nullptr };
std::shared_ptr<PrintJob> m_print_job;
wxScrolledWindow* m_sw_print_failed_info{nullptr};
ScalableBitmap * rename_editable{nullptr};
ScalableBitmap * rename_editable_light{nullptr};