blob: c3ba299e3ea71d92bf8eca499bd9d9d859f81b07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- newsticker.c.ORG
+++ newsticker.c
@@ -98,7 +98,7 @@
void Show(void) {Start(); }
eOSState ProcessKey(eKeys Key);
int scrollMessage(char* message, int speed, int position, cOsd *osd, tColor ColorFg, tColor ColorBg, eDvbFont font);
- cOsd* cOSDNewsticker::createOSDLine(int row, eDvbFont font);
+ cOsd* createOSDLine(int row, eDvbFont font);
};
cOSDNewsticker::cOSDNewsticker(void)
|