summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-05 02:50:01 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-05 02:50:01 +0300
commit9e7fca16f65c2241bf28acf392eedbdb367ce1c7 (patch)
treea00b11c4e0f249be50fd1816ce3890868b3b756c /src
parent850e8626c1151fc33d7286575774960b5f104be6 (diff)
downloadplus-9e7fca16f65c2241bf28acf392eedbdb367ce1c7.tar.gz
plus-9e7fca16f65c2241bf28acf392eedbdb367ce1c7.tar.bz2
plus-9e7fca16f65c2241bf28acf392eedbdb367ce1c7.tar.xz
plus-9e7fca16f65c2241bf28acf392eedbdb367ce1c7.zip
Add missing final keyword.
Diffstat (limited to 'src')
-rw-r--r--src/utils/process.cpp2
1 files changed, 1 insertions, 1 deletions
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 <mutex>
#include <condition_variable>
-struct _NaclMessageHandle
+struct _NaclMessageHandle final
{
bool handled;
std::string type;