mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +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 {
|
class HelpOutput {
|
||||||
public:
|
public:
|
||||||
typedef void (*HelpFunc)(HelpOutput&);
|
using HelpFunc = void (*)(HelpOutput&);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
FILE* m_sout;
|
FILE* m_sout;
|
||||||
|
|||||||
Reference in New Issue
Block a user