(svn r17428) -Codechange: add a function to get the name of a driver
This commit is contained in:
@@ -36,6 +36,8 @@ public:
|
||||
DT_VIDEO,
|
||||
DT_END,
|
||||
};
|
||||
|
||||
virtual const char *GetName() const = 0;
|
||||
};
|
||||
|
||||
DECLARE_POSTFIX_INCREMENT(Driver::Type);
|
||||
|
Reference in New Issue
Block a user