From 365d8b437e22dba58a697499867872e4d15b4ef7 Mon Sep 17 00:00:00 2001 From: Myun2 Date: Sun, 10 Oct 2010 17:46:13 +0900 Subject: [PATCH] =?utf8?q?roast=5Fxml/sax.hpp:=20=E3=81=A8=E3=82=8A?= =?utf8?q?=E3=81=82=E3=81=88=E3=81=9A=E3=81=93=E3=82=8C=E8=BF=BD=E5=8A=A0?= =?utf8?q?=E3=81=99=E3=82=8C=E3=81=B0=E3=82=B3=E3=83=B3=E3=83=91=E3=82=A4?= =?utf8?q?=E3=83=AB=E9=80=9A=E3=82=8B=E8=A8=B3=E3=81=A7=E3=81=99=E3=81=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- roast/include/roast/xml/roast_xml/sax.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/roast/include/roast/xml/roast_xml/sax.hpp b/roast/include/roast/xml/roast_xml/sax.hpp index 3b0aa767..1d7462cc 100644 --- a/roast/include/roast/xml/roast_xml/sax.hpp +++ b/roast/include/roast/xml/roast_xml/sax.hpp @@ -22,6 +22,7 @@ namespace roast public: sax_parser_impl(){ m_code = rule::pcode::_null; } + sax_parser_impl(_SaxCallback &sub) : _SaxCallback(sub){} template void operator << ( const ::std::pair<_It, _It> &p ) -- 2.11.0