mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix use of C++ style comments in cpp file (avoids warning on OS X)
This commit is contained in:
parent
7cbf7f370b
commit
82e6bdccf3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
<separator/>
|
<separator/>
|
||||||
<menuitem action='Save'/>
|
<menuitem action='Save'/>
|
||||||
<menuitem action='SaveAs'/>
|
<menuitem action='SaveAs'/>
|
||||||
#ifndef WINDOWS // can't move open files.
|
#ifndef WINDOWS /* can't move open files. */
|
||||||
<menuitem action='Rename'/>
|
<menuitem action='Rename'/>
|
||||||
<menuitem action='SnapshotStay'/>
|
<menuitem action='SnapshotStay'/>
|
||||||
<menuitem action='SnapshotSwitch'/>
|
<menuitem action='SnapshotSwitch'/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue