summaryrefslogtreecommitdiff
path: root/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MainWindow.cpp')
-rw-r--r--MainWindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/MainWindow.cpp b/MainWindow.cpp
index 18f9a61..06c1d4a 100644
--- a/MainWindow.cpp
+++ b/MainWindow.cpp
@@ -868,6 +868,11 @@ MainWindow::remove_object(Object &object)
}
break;
}
+ case Object::BINARYDISPLAY:
+ {
+ class BinaryDisplay &bsdp = (class BinaryDisplay&)object;
+ break;
+ }
case Object::NONE:
default:
printf("remove_object implement other objects\n");