Fix compilation error with VS after e446a28b3d
.
This commit is contained in:
parent
5156481db4
commit
a60252ce7b
|
@ -126,7 +126,7 @@ public:
|
|||
}
|
||||
|
||||
bool markupFile(const std::string &path) const {
|
||||
return _markupExtensions.find(Path::Path::getFilenameExtensionInLowerCase(path)) != _markupExtensions.end();
|
||||
return _markupExtensions.find(Path::getFilenameExtensionInLowerCase(path)) != _markupExtensions.end();
|
||||
}
|
||||
|
||||
const std::set<std::string> &markupExtensions() const {
|
||||
|
|
Loading…
Reference in New Issue