Просмотр исходного кода

more than one excludeCommand
excludeFile compiled to excludeCommand

Wolfgang Ortmann 9 лет назад
Родитель
Сommit
7743e349e1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/excludetools.h

+ 1 - 1
src/excludetools.h

@@ -4,6 +4,6 @@
 #include "KindConfig.h"
 #include "Strings.h"
 
-Strings getExclusions(const KindConfig& conf, bool shellMode);
+Strings getExclusions(const KindConfig& conf);
 
 #endif