summaryrefslogtreecommitdiff
path: root/src/info_console.h
diff options
context:
space:
mode:
authordeva <deva>2005-06-14 12:29:40 +0000
committerdeva <deva>2005-06-14 12:29:40 +0000
commit430524810e67d3c223a2ab819f45b882b419c45d (patch)
tree0abb4b2dd3dabc414c755c30e52d0b5022ee8670 /src/info_console.h
parent0836a6e06f86e366017da3b2b2c132b3a4f2c877 (diff)
Incorporated the use of the Info object everywhere... also using the log functionality.
Diffstat (limited to 'src/info_console.h')
-rw-r--r--src/info_console.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/info_console.h b/src/info_console.h
index 5422235..1447071 100644
--- a/src/info_console.h
+++ b/src/info_console.h
@@ -39,6 +39,8 @@
#include "info.h"
+#include "miav_config.h"
+
#include <pthread.h>
#include <semaphore.h>
@@ -47,7 +49,7 @@ using namespace std;
class InfoConsole: public Info {
public:
- InfoConsole();
+ InfoConsole(MiavConfig *config);
~InfoConsole();
void error(char* fmt, ...);