aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-add-timestamp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sample-add-timestamp.cpp')
-rw-r--r--apps/sample-add-timestamp.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/sample-add-timestamp.cpp b/apps/sample-add-timestamp.cpp
index dbf24a1..22d81a6 100644
--- a/apps/sample-add-timestamp.cpp
+++ b/apps/sample-add-timestamp.cpp
@@ -50,6 +50,10 @@ private:
sample_format_type output_format;
public:
+ sample_add_timestamp() : app("sample-add-timestamp") {
+ }
+ ~sample_add_timestamp() = default;
+
void add_options(po::options_description_easy_init &options) override {
options
("help", "produce this help message")