Alias DrawBuf.~this

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