From af7bdaa10ee71a319dc55c3c7556fa43a95c9dc9 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 2 Apr 2019 21:45:33 +0800 Subject: *misc --- source/modules/asura-utils/io/renewable.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/modules/asura-utils/io/renewable.h') diff --git a/source/modules/asura-utils/io/renewable.h b/source/modules/asura-utils/io/renewable.h index 282106d..a624c2c 100644 --- a/source/modules/asura-utils/io/renewable.h +++ b/source/modules/asura-utils/io/renewable.h @@ -21,12 +21,12 @@ namespace AsuraEngine virtual ~Renewable() {}; /// - /// 继承Renewable的需要提供一个Refresh方法 + /// 继承Renewable的需要提供一个Renew方法 /// - /// 依据Effective C++条款09.应该禁止在构造函数中调用virtual方法,所以这里的Refresh - /// 被从构造函数中抽离,需要手动调用Refresh。 + /// 依据Effective C++条款09.应该禁止在构造函数中调用virtual方法,所以这里的Renew + /// 被从构造函数中抽离,需要手动调用Renew。 /// - virtual bool Refresh(AEIO::DecodedData* decode_data) = 0; + virtual bool Renew(AEIO::DecodedData* decode_data) = 0; }; -- cgit v1.1-26-g67d0