mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix const-ness
This commit is contained in:
parent
621fd845e6
commit
d84a794b30
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ int main (int argc, char **argv) {
|
||||||
int error_fail = 0;
|
int error_fail = 0;
|
||||||
int verbose = 0;
|
int verbose = 0;
|
||||||
|
|
||||||
char *glibmm = "libglibmm-2.4.so";
|
char const * glibmm = "libglibmm-2.4.so";
|
||||||
|
|
||||||
const struct option long_options[] = {
|
const struct option long_options[] = {
|
||||||
{ "fail", no_argument, 0, 'f' },
|
{ "fail", no_argument, 0, 'f' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue