summaryrefslogtreecommitdiff
path: root/src/model/name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/name.rs')
-rw-r--r--src/model/name.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/name.rs b/src/model/name.rs
index 915579d..8cc889c 100644
--- a/src/model/name.rs
+++ b/src/model/name.rs
@@ -35,7 +35,7 @@ pub enum NameMsg {
Generate,
}
-impl VCardPropertyInputObject<NameMsg> for Name {
+impl VCardPropertyInputGroupObject<NameMsg> for Name {
fn new() -> Self {
Self {
prefix: String::new(),