This commit is contained in:
john30
2017-04-23 11:58:54 +02:00
parent 611cb562e2
commit 43042eec9d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2322,7 +2322,8 @@ vector<string> MessageMap::getLoadedFiles() const {
return ret;
}
bool MessageMap::getLoadedFileInfo(const string filename, string& comment, size_t* hash, size_t* size, time_t* time) const {
bool MessageMap::getLoadedFileInfo(const string filename, string& comment, size_t* hash, size_t* size, time_t* time)
const {
const auto it = m_loadedFileInfos.find(filename);
if (it == m_loadedFileInfos.end()) {
comment = "";