From 9e7fca16f65c2241bf28acf392eedbdb367ce1c7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 5 Dec 2015 02:50:01 +0300 Subject: Add missing final keyword. --- src/utils/process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/process.cpp b/src/utils/process.cpp index fdcb56150..d680cb453 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -306,7 +306,7 @@ void setPriority(const bool big A_UNUSED) #include #include -struct _NaclMessageHandle +struct _NaclMessageHandle final { bool handled; std::string type; -- cgit v1.2.3-60-g2f50