diff options
author | phintuka <phintuka> | 2006-10-18 10:40:15 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-18 10:40:15 +0000 |
commit | ecfc98b13995a8b2e32478f3d15f5d35bdf03af1 (patch) | |
tree | ca17f61b3f499f5f73a7be68d6642a1f6edbd3d9 | |
parent | fd75d86e40da5c7c155819aae9632b1da5bd462c (diff) | |
download | xineliboutput-ecfc98b13995a8b2e32478f3d15f5d35bdf03af1.tar.gz xineliboutput-ecfc98b13995a8b2e32478f3d15f5d35bdf03af1.tar.bz2 |
InfoHandler -> static
-rw-r--r-- | frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |