Remove double const

This commit is contained in:
Zach Hilman
2018-06-23 16:19:11 -04:00
parent c4033094a1
commit 63f327933e

View File

@@ -213,7 +213,7 @@ public:
return WriteArray(str.c_str(), str.length());
}
bool IsOpen() const const {
bool IsOpen() const {
return nullptr != m_file;
}