diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-05 02:50:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-05 02:50:01 +0300 |
commit | 9e7fca16f65c2241bf28acf392eedbdb367ce1c7 (patch) | |
tree | a00b11c4e0f249be50fd1816ce3890868b3b756c /src | |
parent | 850e8626c1151fc33d7286575774960b5f104be6 (diff) | |
download | plus-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.cpp | 2 |
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; |