mirror of https://github.com/AxioDL/metaforce.git
driver/ToolBase: Convert typedef into using alias
Same thing, but a little nicer to read.
This commit is contained in:
parent
f746b30b03
commit
789650d4c0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue