diff options
Diffstat (limited to 'src/LashClient.cpp')
-rw-r--r-- | src/LashClient.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/LashClient.cpp b/src/LashClient.cpp index 387ba45..0d06a42 100644 --- a/src/LashClient.cpp +++ b/src/LashClient.cpp @@ -30,14 +30,13 @@ LashClient::LashClient(lash_client_t* lash_client) LashClient::~LashClient() { - } SharedPtr<LashClient> LashClient::create( - lash_args_t* args, + lash_args_t* args, const string& name, int flags) { |