summaryrefslogtreecommitdiff
path: root/netosd.c
diff options
context:
space:
mode:
Diffstat (limited to 'netosd.c')
-rw-r--r--netosd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netosd.c b/netosd.c
index 641a409..025fcdf 100644
--- a/netosd.c
+++ b/netosd.c
@@ -9,7 +9,7 @@
#include "osdworker.h"
//////////////////////////////////////////////////////////////////////////////////////////////////
-cNetOSD::cNetOSD(int Left, int Top) : cOsd(Left, Top)
+cNetOSD::cNetOSD(int XOfs, int YOfs, uint Level) : cOsd(XOfs, YOfs, Level)
{
#ifdef DEBUG
fprintf(stderr,"[ffnetdev] NetOSD: Constructor cNetOSD.\n");