(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it.
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user