File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
#ifndef CPROVER_UTIL_COUT_MESSAGE_H
11
11
#define CPROVER_UTIL_COUT_MESSAGE_H
12
12
13
- #include " ui_message .h"
13
+ #include " message .h"
14
14
15
15
class cout_message_handlert :public stream_message_handlert
16
16
{
@@ -26,7 +26,7 @@ class cerr_message_handlert:public stream_message_handlert
26
26
cerr_message_handlert ();
27
27
};
28
28
29
- class console_message_handlert : public ui_message_handlert
29
+ class console_message_handlert : public message_handlert
30
30
{
31
31
public:
32
32
// level 4 and upwards go to cout, level 1-3 to cerr
@@ -49,7 +49,7 @@ class console_message_handlert:public ui_message_handlert
49
49
const bool always_flush;
50
50
};
51
51
52
- class gcc_message_handlert : public ui_message_handlert
52
+ class gcc_message_handlert : public message_handlert
53
53
{
54
54
public:
55
55
// aims to imitate the messages gcc prints
You can’t perform that action at this time.
0 commit comments