summaryrefslogtreecommitdiff
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver.h b/src/driver.h
index c32529f60..7abd4c186 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -36,6 +36,8 @@ public:
DT_VIDEO,
DT_END,
};
+
+ virtual const char *GetName() const = 0;
};
DECLARE_POSTFIX_INCREMENT(Driver::Type);