Make public yp2_filter_struct non-const. If not, the linker symbol
[metaproxy-moved-to-github.git] / src / filter.cpp
1 /* $Id: filter.cpp,v 1.3 2005-11-07 21:57:10 adam Exp $
2    Copyright (c) 2005, Index Data.
3
4 %LICENSE%
5  */
6
7 #include <stdexcept>
8
9 #include "config.hpp"
10 #include "filter.hpp"
11
12
13 // defining and initializing static members
14 // std::string yp2::filter::Base:m_type("Base");
15
16
17 /*
18  * Local variables:
19  * c-basic-offset: 4
20  * indent-tabs-mode: nil
21  * c-file-style: "stroustrup"
22  * End:
23  * vim: shiftwidth=4 tabstop=8 expandtab
24  */