diff options
Diffstat (limited to 'lang/cpp/src/editinteractor.h')
-rw-r--r-- | lang/cpp/src/editinteractor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/cpp/src/editinteractor.h b/lang/cpp/src/editinteractor.h index 247bf8c0..2505b028 100644 --- a/lang/cpp/src/editinteractor.h +++ b/lang/cpp/src/editinteractor.h @@ -60,6 +60,9 @@ public: void setDebugChannel(std::FILE *file); +protected: + Error parseStatusError(const char *args); + private: class Private; Private *const d; |