--- gigedit/trunk/src/gigedit/scripteditor.h 2016/05/01 20:20:06 2897 +++ gigedit/trunk/src/gigedit/scripteditor.h 2016/05/01 21:17:42 2898 @@ -64,6 +64,7 @@ std::vector m_issues; #endif + bool isModified() const; void onButtonCancel(); void onButtonApply(); void onWindowHide(); @@ -77,6 +78,7 @@ void updateIssueTooltip(GdkEventMotion* e); #endif bool on_motion_notify_event(GdkEventMotion* e); + bool onWindowDelete(GdkEventAny* e); }; #endif // GIGEDIT_SCRIPTEDITOR_H