We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adb120 commit 424bca9Copy full SHA for 424bca9
src/Commander-Caller-Interface.hpp
@@ -74,7 +74,7 @@ class CommandCaller : public Stream{
74
virtual void beep(){}
75
virtual void setBannerText( const char* text_p ){}
76
virtual void setPathText( const char* text_p ){}
77
- virtual void clear( const char* text_p ){}
+ virtual void clear(){}
78
79
private:
80
Stream* channel = NULL;
0 commit comments