summaryrefslogtreecommitdiffstats
path: root/src/mwi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mwi')
-rw-r--r--src/mwi/mwi_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mwi/mwi_dialog.cpp b/src/mwi/mwi_dialog.cpp
index 41ca0dd..135a866 100644
--- a/src/mwi/mwi_dialog.cpp
+++ b/src/mwi/mwi_dialog.cpp
@@ -32,4 +32,5 @@ t_mwi_dialog::t_mwi_dialog(t_phone_user *_phone_user) :
t_mwi_dialog *t_mwi_dialog::copy(void) {
// Copy is not needed.
assert(false);
+ return NULL;
}