mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
typedef
This commit is contained in:
parent
06eca85b75
commit
3dca53b3b4
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ private:
|
||||||
template<class string_type, class string_adaptor = Arabica::default_string_adaptor<string_type> >
|
template<class string_type, class string_adaptor = Arabica::default_string_adaptor<string_type> >
|
||||||
class DOMSink : public Sink<string_type, string_adaptor>, private Output<string_type, string_adaptor>
|
class DOMSink : public Sink<string_type, string_adaptor>, private Output<string_type, string_adaptor>
|
||||||
{
|
{
|
||||||
|
typedef StylesheetConstant<string_type, string_adaptor> SC;
|
||||||
public:
|
public:
|
||||||
DOMSink() :
|
DOMSink() :
|
||||||
indent_(-1),
|
indent_(-1),
|
||||||
|
|
Loading…
Reference in a new issue