mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
driver/ToolBase: Convert typedef into using alias
Same thing, but a little nicer to read.
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
|
||||
class HelpOutput {
|
||||
public:
|
||||
typedef void (*HelpFunc)(HelpOutput&);
|
||||
using HelpFunc = void (*)(HelpOutput&);
|
||||
|
||||
private:
|
||||
FILE* m_sout;
|
||||
|
||||
Reference in New Issue
Block a user