diff --git a/Runtime/GuiSys/CAuiEnergyBarT01.hpp b/Runtime/GuiSys/CAuiEnergyBarT01.hpp index 3c46af65e..5acd77ae8 100644 --- a/Runtime/GuiSys/CAuiEnergyBarT01.hpp +++ b/Runtime/GuiSys/CAuiEnergyBarT01.hpp @@ -16,7 +16,7 @@ class CSimplePool; class CAuiEnergyBarT01 : public CGuiWidget { public: - typedef std::pair (*FCoordFunc)(float t); + using FCoordFunc = std::pair (*)(float t); enum class ESetMode { Normal, Wrapped, Insta }; private: