mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +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/>
|
||||
<menuitem action='Save'/>
|
||||
<menuitem action='SaveAs'/>
|
||||
#ifndef WINDOWS // can't move open files.
|
||||
#ifndef WINDOWS /* can't move open files. */
|
||||
<menuitem action='Rename'/>
|
||||
<menuitem action='SnapshotStay'/>
|
||||
<menuitem action='SnapshotSwitch'/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue