summaryrefslogtreecommitdiff
path: root/gtk2_ardour/piano_roll_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/piano_roll_header.h')
-rw-r--r--gtk2_ardour/piano_roll_header.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/piano_roll_header.h b/gtk2_ardour/piano_roll_header.h
index f005538d4a..7369303e5d 100644
--- a/gtk2_ardour/piano_roll_header.h
+++ b/gtk2_ardour/piano_roll_header.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2008 Paul Davis
+ Copyright (C) 2008 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ public:
Color();
Color(double _r, double _g, double _b);
inline void set(const Color& c);
-
+
double r;
double g;
double b;
@@ -97,7 +97,7 @@ private:
uint8_t _clicked_note;
double _grab_y;
bool _dragging;
-
+
double _note_height;
double _black_note_width;
};