From 0836a6e06f86e366017da3b2b2c132b3a4f2c877 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 13 Jun 2005 20:38:19 +0000 Subject: Added some logfile code. Enhanced the file object... now ready to hook into mov_encoder --- src/info_console.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/info_console.h') diff --git a/src/info_console.h b/src/info_console.h index 019c8b7..5422235 100644 --- a/src/info_console.h +++ b/src/info_console.h @@ -42,6 +42,9 @@ #include #include +#include +using namespace std; + class InfoConsole: public Info { public: InfoConsole(); @@ -52,7 +55,6 @@ public: void info(char* fmt, ...); private: - pthread_mutex_t mutex; }; #endif/*__MIAV_INFO_CONSOLE_H__*/ -- cgit v1.2.3