summaryrefslogtreecommitdiffstats
path: root/src/LashDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LashDriver.cpp')
-rw-r--r--src/LashDriver.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp
index db8a51d..114748b 100644
--- a/src/LashDriver.cpp
+++ b/src/LashDriver.cpp
@@ -27,8 +27,9 @@ using std::string;
LashDriver::LashDriver(Patchage* app, int argc, char** argv)
-: _app(app),
- _args(NULL)
+ : Driver(2)
+ , _app(app)
+ , _args(NULL)
{
_args = lash_extract_args(&argc, &argv);
}