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 {
|
||||
public:
|
||||
typedef void (*HelpFunc)(HelpOutput&);
|
||||
using HelpFunc = void (*)(HelpOutput&);
|
||||
|
||||
private:
|
||||
FILE* m_sout;
|
||||
|
|
Loading…
Reference in New Issue