summaryrefslogtreecommitdiff
path: root/library/softFilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/softFilter.cpp')
-rw-r--r--library/softFilter.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/softFilter.cpp b/library/softFilter.cpp
new file mode 100644
index 00000000..496c185e
--- /dev/null
+++ b/library/softFilter.cpp
@@ -0,0 +1,10 @@
+// **************************************************************************
+// * This file is part of the FreeFileSync project. It is distributed under *
+// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
+// * Copyright (C) 2008-2010 ZenJu (zhnmju123 AT gmx.de) *
+// **************************************************************************
+//
+#include "softFilter.h"
+
+
+
bgstack15