消除编译警告

This commit is contained in:
xiongziliang
2020-03-09 16:04:34 +08:00
parent 800b0d81f3
commit b3554fb721
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ public:
* 获取编码器名称
* @return 编码器名称
*/
char *getCodecName();
const char *getCodecName();
};
/**