logic: fixed bug where adding an empty include path excludes everything
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
class FilePathFilter
|
||||
{
|
||||
public:
|
||||
FilePathFilter(const std::wstring& filterString);
|
||||
explicit FilePathFilter(const std::wstring& filterString);
|
||||
|
||||
std::wstring wstr() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user