1
0
Fork 0

removed final

This commit is contained in:
Frank Celler 2016-10-18 14:09:19 +02:00
parent 3c96c6f428
commit 75e157aafd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include "Basics/asio-helper.h"
namespace arangodb {
class SslServerFeature final : public application_features::ApplicationFeature {
class SslServerFeature : public application_features::ApplicationFeature {
public:
static SslServerFeature* SSL;