summaryrefslogtreecommitdiff
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver.h b/src/driver.h
index 246180270..a466d67d0 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -59,9 +59,9 @@ DECLARE_POSTFIX_INCREMENT(Driver::Type)
/** Base for all driver factories. */
class DriverFactoryBase {
private:
- Driver::Type type; ///< The type of driver.
+ Driver::Type type; ///< The type of driver.
int priority; ///< The priority of this factory.
- const char *name; ///< The name of the drivers of this factory.
+ const char *name; ///< The name of the drivers of this factory.
const char *description; ///< The description of this driver.
typedef std::map<const char *, DriverFactoryBase *, StringCompare> Drivers; ///< Type for a map of drivers.