diff options
Diffstat (limited to 'src/tsfwriter.cpp')
-rw-r--r-- | src/tsfwriter.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tsfwriter.cpp b/src/tsfwriter.cpp new file mode 100644 index 0000000..6592996 --- /dev/null +++ b/src/tsfwriter.cpp | |||
@@ -0,0 +1,9 @@ | |||
1 | #include "tsfwriter.h" | ||
2 | |||
3 | Bu::TsfWriter::TsfWriter() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Bu::TsfWriter::~TsfWriter() | ||
8 | { | ||
9 | } | ||