fix compilation with --no-nls

This commit is contained in:
Robin Gareus 2014-11-15 19:27:17 +01:00
parent 163dc756e5
commit 0680d0b0ee
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ MidiListEditor::scroll_event (GdkEventScroll* ev)
MidiModel::NoteDiffCommand::Property prop (MidiModel::NoteDiffCommand::NoteNumber);
bool apply = false;
bool was_selected = false;
char* opname;
char const * opname;
if (!view.get_path_at_pos (ev->x, ev->y, path, col, cellx, celly)) {
return false;
@ -587,7 +587,7 @@ MidiListEditor::edited (const std::string& path, const std::string& text)
bool apply = false;
int idelta = 0;
double fdelta = 0;
char* opname;
char const * opname;
switch (edit_column) {
case 0: // start
break;