aboutsummaryrefslogtreecommitdiff
path: root/butl/triplet
diff options
context:
space:
mode:
Diffstat (limited to 'butl/triplet')
-rw-r--r--butl/triplet1
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/triplet b/butl/triplet
index 69dc9df..090f84d 100644
--- a/butl/triplet
+++ b/butl/triplet
@@ -109,6 +109,7 @@ namespace butl
explicit
triplet (const std::string&, std::string* canon = nullptr);
triplet (const std::string& s, std::string& canon): triplet (s, &canon) {}
+ triplet () = default;
};
};