summaryrefslogtreecommitdiffstats
path: root/src/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen')
-rw-r--r--src/ingen/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp
index 16152a87..5236120b 100644
--- a/src/ingen/main.cpp
+++ b/src/ingen/main.cpp
@@ -160,7 +160,7 @@ main(int argc, char** argv)
const Raul::Path p(path_option.get_string());
if (!p.is_root()) {
parent = p.parent();
- symbol = p.symbol();
+ symbol = Raul::Symbol(p.symbol());
}
} else {
cerr << "Invalid path given: '" << path_option << endl;