aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/detection.cpp')
-rw-r--r--engines/voyeur/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp
index 4a51b55408..287dbfe97c 100644
--- a/engines/voyeur/detection.cpp
+++ b/engines/voyeur/detection.cpp
@@ -70,6 +70,10 @@ public:
_maxScanDepth = 3;
}
+ virtual const char *getEngineId() const {
+ return "voyeur";
+ }
+
virtual const char *getName() const {
return "Voyeur";
}