summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboard.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-12 20:05:46 +0200
committerRobin Gareus <robin@gareus.org>2015-09-12 20:05:46 +0200
commit4a1f5c7f28a3a6e2dcd1799dc9506c7a644c6f86 (patch)
treebf03e43131f7d04b91d4dba98a34577781ffe54e /gtk2_ardour/keyboard.cc
parenteb998b32640e83828ff3c81eabf86fe0f319bbcd (diff)
GUI part of memleak fixes
Diffstat (limited to 'gtk2_ardour/keyboard.cc')
-rw-r--r--gtk2_ardour/keyboard.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/keyboard.cc b/gtk2_ardour/keyboard.cc
index 96c73f63d4..39708a9f4a 100644
--- a/gtk2_ardour/keyboard.cc
+++ b/gtk2_ardour/keyboard.cc
@@ -69,7 +69,7 @@ ArdourKeyboard::setup_keybindings ()
/* set up the per-user bindings path */
- string lowercase_program_name = downcase (PROGRAM_NAME);
+ string lowercase_program_name = downcase (string(PROGRAM_NAME));
user_keybindings_path = Glib::build_filename (user_config_directory(), lowercase_program_name + ".bindings");