diff options
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r-- | src/ingen/main.cpp | 2 |
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; |