summaryrefslogtreecommitdiff
path: root/channelcolumn.h
diff options
context:
space:
mode:
Diffstat (limited to 'channelcolumn.h')
-rw-r--r--channelcolumn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channelcolumn.h b/channelcolumn.h
index 054a8c5..eda8f0f 100644
--- a/channelcolumn.h
+++ b/channelcolumn.h
@@ -26,6 +26,7 @@ public:
bool readGrids();
void drawGrids();
int getX();
+ int getY();
int Start() { return myTime->GetStart(); };
int Stop() { return myTime->GetEnd(); };
const char* Name() { return channel->Name(); };