Moved get/set string to gom_modify.c.
[gedcom-parse.git] / gom / note_sub.c
index 008b9d046b1d1335de826d7b37faed114a42747e..bdfb1e692e1d4891593e1a64e1beea8f4eedc3ec 100644 (file)
@@ -136,7 +136,7 @@ void note_sub_add_citation(Gom_ctxt ctxt, struct source_citation* cit)
     LINK_CHAIN_ELT(source_citation, note->citation, cit);    
 }
 
-void note_sub_add_to_note(NL_TYPE type, Gom_ctxt ctxt, char* str)
+void note_sub_add_to_note(NL_TYPE type, Gom_ctxt ctxt, const char* str)
 {
   struct note_sub *note = SAFE_CTXT_CAST(note_sub, ctxt);
   if (note) {