summaryrefslogtreecommitdiff
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.h b/src/driver.h
index 6b4ae7bc6..0f17ee3c1 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -40,7 +40,7 @@ public:
virtual const char *GetName() const = 0;
};
-DECLARE_POSTFIX_INCREMENT(Driver::Type);
+DECLARE_POSTFIX_INCREMENT(Driver::Type)
class DriverFactoryBase {