Alias XMLPrinter.~this

class XMLPrinter
{
  // ...
  alias ~this;
  // ...
}