diff --git a/src/driver.h b/src/driver.h --- a/src/driver.h +++ b/src/driver.h @@ -127,7 +127,7 @@ public: } static void SelectDriver(const std::string &name, Driver::Type type); - static char *GetDriversInfo(char *p, const char *last); + static void GetDriversInfo(std::back_insert_iterator &output_iterator); /** * Get a nice description of the driver-class.