Remove unused ProjectConfiguration
[xy_vsfilter.git] / src / subtitles / BaseSub.cpp
blob02c09dd77547e81382168e71e86d8d85e749af3b
1 /*
2 * (C) 2006-2012 see Authors.txt
4 * This file is part of MPC-HC.
6 * MPC-HC is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 3 of the License, or
9 * (at your option) any later version.
11 * MPC-HC is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #include "stdafx.h"
22 #include "BaseSub.h"
24 CBaseSub::CBaseSub(SUBTITLE_TYPE nType)
25 : m_nType(nType)
29 CBaseSub::~CBaseSub()