From bc5241600a33f7271a839105c4752ad24f202c1c Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 5 Sep 2009 21:26:51 +0000 Subject: (svn r17428) -Codechange: add a function to get the name of a driver --- src/driver.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/driver.h') 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); -- cgit v1.2.3-54-g00ecf