aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/MachinaGUI.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-03-22 01:16:48 +0000
committerDavid Robillard <d@drobilla.net>2007-03-22 01:16:48 +0000
commitb80654a5193536050c8f8e494ba5fd402b7a18aa (patch)
treee2f74b7341590587d32b01cc0595efd15e3ae59c /src/gui/MachinaGUI.hpp
parent9de593d8780ec6fec43703df7a532e65baa44510 (diff)
downloadmachina-b80654a5193536050c8f8e494ba5fd402b7a18aa.tar.gz
machina-b80654a5193536050c8f8e494ba5fd402b7a18aa.tar.bz2
machina-b80654a5193536050c8f8e494ba5fd402b7a18aa.zip
Cleaned up loading code.
Preliminary action loading code (queried from RDF but not actually created yet). Fixed URI/filename handling so command line 'machina' accepts either. git-svn-id: http://svn.drobilla.net/lad/machina@367 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/MachinaGUI.hpp')
-rw-r--r--src/gui/MachinaGUI.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp
index 6677d24..3c16f86 100644
--- a/src/gui/MachinaGUI.hpp
+++ b/src/gui/MachinaGUI.hpp
@@ -84,7 +84,7 @@ protected:
bool _refresh;
- string _save_filename;
+ string _save_uri;
boost::shared_ptr<MachinaCanvas> _canvas;
boost::shared_ptr<Machina::Engine> _engine;