logic: fixed bug where adding an empty include path excludes everything

This commit is contained in:
mlangkabel
2018-04-10 15:52:02 +02:00
parent 8ce17dec8d
commit 648caa9c35
4 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
class FilePathFilter
{
public:
FilePathFilter(const std::wstring& filterString);
explicit FilePathFilter(const std::wstring& filterString);
std::wstring wstr() const;