Making C++ classes final
[iot2.git] / iotjava / iotruntime / cpp / setrelation / ISet.hpp
index 667b8cea04754a3c374d80a9a9c2b0c3bb60a744..5d8d295333586619d4a4d66619f774fa28f55c8b 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
  * @since       2016-09-06
  */
 template <class T>
-class ISet {
+class ISet final {
        private:
                unordered_set<T>* set;
        public: