mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Make SIGINT a bit cleaner for packaging
This commit is contained in:
@@ -100,9 +100,10 @@ public:
|
||||
hecl::VerbosityLevel = info.verbosityLevel;
|
||||
hecl::GuiMode = info.gui;
|
||||
}
|
||||
virtual ~ToolBase() {}
|
||||
virtual ~ToolBase() = default;
|
||||
virtual hecl::SystemString toolName() const=0;
|
||||
virtual int run()=0;
|
||||
virtual void cancel() {}
|
||||
inline operator bool() const {return m_good;}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user