mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
check fread calls
This commit is contained in:
@@ -6,7 +6,7 @@ class IReadLine {
|
||||
public:
|
||||
virtual ~IReadLine() {}
|
||||
virtual bool read(const std::string &banner, std::string& line) = 0;
|
||||
virtual void add_to_history(const std::string& phrase) {}
|
||||
virtual void add_to_history(const std::string&) {}
|
||||
};
|
||||
|
||||
extern std::string sdcv_readline;
|
||||
|
||||
Reference in New Issue
Block a user