summaryrefslogtreecommitdiff
path: root/library/softFilter.cpp
blob: 496c185ee6b938d1107bbde828b0161483a729d9 (plain)
1
2
3
4
5
6
7
8
9
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