diff options
Diffstat (limited to 'misc/linm/files/patch-lib_mlsdialog.h')
-rw-r--r-- | misc/linm/files/patch-lib_mlsdialog.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/linm/files/patch-lib_mlsdialog.h b/misc/linm/files/patch-lib_mlsdialog.h deleted file mode 100644 index c9d5ee95c5d2..000000000000 --- a/misc/linm/files/patch-lib_mlsdialog.h +++ /dev/null @@ -1,16 +0,0 @@ -In file included from mlsdialog.cpp:1: -./mlsdialog.h:30:10: error: cannot initialize return object of type 'void *' with an rvalue of type 'bool' - return false; - ^~~~~ - ---- lib/mlsdialog.h.orig 2018-08-30 11:11:28 UTC -+++ lib/mlsdialog.h -@@ -27,7 +27,7 @@ class MlsDialog (public) - virtual void* MsgWaitBox(const string& sTitle, const string& sMsg) - { - cout << "MsgWaitBox :: " << sTitle << "Msg :: " << sMsg << endl; -- return false; -+ return NULL; - } - virtual void MsgWaitEnd(void* ) {} - virtual int InputBox(const string& sTitle, string& sInputStr, bool /*bPasswd*/ = false) |