Alias GrayDrawBuf.~this

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