mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix header guard names after pianoroll rename sed-ing
This commit is contained in:
parent
0f43ad3376
commit
9e4c447c3a
3 changed files with 8 additions and 8 deletions
|
|
@ -16,8 +16,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef __gtk2_ardour_pianoroll_automation_line.h__
|
||||
#define __gtk2_ardour_pianoroll_automation_line.h__
|
||||
#ifndef __gtk2_ardour_pianoroll_automation_line_h__
|
||||
#define __gtk2_ardour_pianoroll_automation_line_h__
|
||||
|
||||
#include "automation_line.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef __gtk2_ardour_pianoroll_background.h__
|
||||
#define __gtk2_ardour_pianoroll_background.h__
|
||||
#ifndef __gtk2_ardour_pianoroll_background_h__
|
||||
#define __gtk2_ardour_pianoroll_background_h__
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
|
@ -59,4 +59,4 @@ class CueMidiBackground : public MidiViewBackground
|
|||
};
|
||||
|
||||
|
||||
#endif /* __gtk2_ardour_pianoroll_background.h__ */
|
||||
#endif /* __gtk2_ardour_pianoroll_background_h__ */
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef __gtk2_ardour_pianoroll_velocity.h__
|
||||
#define __gtk2_ardour_pianoroll_velocity.h__
|
||||
#ifndef __gtk2_ardour_pianoroll_velocity_h__
|
||||
#define __gtk2_ardour_pianoroll_velocity_h__
|
||||
|
||||
#include "ghost_event.h"
|
||||
#include "velocity_display.h"
|
||||
|
|
@ -40,4 +40,4 @@ class PianorollVelocityDisplay : public VelocityDisplay
|
|||
bool lollevent (GdkEvent*, GhostEvent*);
|
||||
};
|
||||
|
||||
#endif /* __gtk2_ardour_pianoroll_velocity.h__ */
|
||||
#endif /* __gtk2_ardour_pianoroll_velocity_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue