aboutsummaryrefslogtreecommitdiff
path: root/libbutl/bufstreambuf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/bufstreambuf.cxx')
-rw-r--r--libbutl/bufstreambuf.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/libbutl/bufstreambuf.cxx b/libbutl/bufstreambuf.cxx
new file mode 100644
index 0000000..d152166
--- /dev/null
+++ b/libbutl/bufstreambuf.cxx
@@ -0,0 +1,13 @@
+// file : libbutl/bufstreambuf.cxx -*- C++ -*-
+// license : MIT; see accompanying LICENSE file
+
+#include <libbutl/bufstreambuf.hxx>
+
+namespace butl
+{
+ bufstreambuf::
+ ~bufstreambuf ()
+ {
+ // Vtable.
+ }
+}