From ecfc98b13995a8b2e32478f3d15f5d35bdf03af1 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 18 Oct 2006 10:40:15 +0000 Subject: InfoHandler -> static --- frontend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend.h b/frontend.h index f396a75a..d5bfa7e2 100644 --- a/frontend.h +++ b/frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.10 2006-10-18 08:42:47 phintuka Exp $ + * $Id: frontend.h,v 1.11 2006-10-18 10:40:15 phintuka Exp $ * */ @@ -102,7 +102,7 @@ class cXinelibThread : public cThread, public cListObject // Control from frontend static void KeypressHandler(const char *keymap, const char *key, bool repeat, bool release); - void InfoHandler(const char *info); + static void InfoHandler(const char *info); // // Configuration -- cgit v1.2.3