Making C++ classes final
[iot2.git] / iotjava / iotruntime / cpp / setrelation / IoTRelation.hpp
index ad1f8bfcf4c544545453b4baf59793b287fd93e0..a3f6c2191925d5d5e4cf01c7dd994cff6901d61d 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
  * @since       2016-09-06
  */
 template <class K,class V>
-class IoTRelation {
+class IoTRelation final {
        private:
                const unordered_multimap<K,V>* rel;
        public: