From e0bd88a088e639afedff91ce1f61351729128fd9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 8 Oct 2007 19:36:52 +0000 Subject: Update.. stuff... I hate SVN... git-svn-id: http://svn.drobilla.net/lad/machina@855 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/MachinaGUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/MachinaGUI.cpp b/src/gui/MachinaGUI.cpp index eabb4c9..39dd098 100644 --- a/src/gui/MachinaGUI.cpp +++ b/src/gui/MachinaGUI.cpp @@ -276,7 +276,7 @@ MachinaGUI::menu_file_save() Raul::RDF::Model model(_engine->rdf_world()); cout << "Writing machine to " << save_filename << endl; machine()->write_state(model); - model.serialize_to_file(save_filename); + model.serialise_to_file(save_filename); free(save_filename); } } @@ -326,7 +326,7 @@ MachinaGUI::menu_file_save_as() if (confirm) { Raul::RDF::Model model(_engine->rdf_world()); _engine->machine()->write_state(model); - model.serialize_to_file(filename); + model.serialise_to_file(filename); _save_uri = dialog.get_uri(); } } -- cgit v1.2.1