aboutsummaryrefslogtreecommitdiff
path: root/libbutl/bufstreambuf.cxx
blob: d1521668c7be91c8f9d02897b4fe825325977606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : libbutl/bufstreambuf.cxx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

#include <libbutl/bufstreambuf.hxx>

namespace butl
{
  bufstreambuf::
  ~bufstreambuf ()
  {
    // Vtable.
  }
}