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 f89a356a..d1b08f52 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -164,7 +164,7 @@ main(int argc, char** argv) symbol = Raul::Symbol(p.symbol()); } } else { - cerr << "Invalid path given: '" << path_option << endl; + cerr << "Invalid path given: '" << path_option.get_string() << endl; } } |