mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
修复一个警告
This commit is contained in:
parent
46b0a6460d
commit
d4399dd8fc
@ -49,7 +49,7 @@ public:
|
|||||||
LIAPI std::vector<Tag*>::const_iterator begin() const;
|
LIAPI std::vector<Tag*>::const_iterator begin() const;
|
||||||
LIAPI std::vector<Tag*>::const_iterator end() const;
|
LIAPI std::vector<Tag*>::const_iterator end() const;
|
||||||
|
|
||||||
inline int size() const{
|
inline size_t size() const{
|
||||||
return this->val.size();
|
return this->val.size();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user