mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-06 11:41:42 -04:00
silence compile warning again .
This commit is contained in:
parent
98783a663d
commit
5639805b58
1 changed files with 2 additions and 2 deletions
4
3rdParty/xcc/misc/cc_file.h
vendored
4
3rdParty/xcc/misc/cc_file.h
vendored
|
@ -159,7 +159,7 @@ public:
|
|||
return m_p;
|
||||
}
|
||||
|
||||
long long get_size() const
|
||||
auto get_size() const
|
||||
{
|
||||
return m_size;
|
||||
}
|
||||
|
@ -191,5 +191,5 @@ private:
|
|||
bool m_is_open = false;
|
||||
int m_p;
|
||||
const bool m_read_on_open;
|
||||
long long m_size;
|
||||
size_t m_size;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue