13
0

fix use of C++ style comments in cpp file (avoids warning on OS X)

This commit is contained in:
Paul Davis 2016-04-13 12:33:44 -04:00
parent 7cbf7f370b
commit 82e6bdccf3

View File

@ -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'/>