*** empty log message ***

This commit is contained in:
jez_higgins 2005-07-15 22:51:57 +00:00
parent 4f63d8dcdf
commit 686056afeb

View file

@ -116,6 +116,9 @@ class Node : public Node_base
bool hasAttributes() const { return impl_->hasAttributes(); }
// you almost certainly don't need to use this function
Node_impl<stringT>* unlying_impl() const { return *impl_; }
protected:
Proxy<Node_impl<stringT> > impl_;