From 0d99b6c71cd096599b4805d230483f3e4e958af1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 24 May 2009 20:29:04 +0000 Subject: (svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it. --- src/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/driver.h') diff --git a/src/driver.h b/src/driver.h index b2a359b97..d4f520e66 100644 --- a/src/driver.h +++ b/src/driver.h @@ -80,7 +80,7 @@ public: } } - static const Driver *SelectDriver(const char *name, Driver::Type type); + static Driver *SelectDriver(const char *name, Driver::Type type); static char *GetDriversInfo(char *p, const char *last); /** -- cgit v1.2.3-54-g00ecf