X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=iotjava%2Fiotruntime%2Fcpp%2Fsetrelation%2FIRelation.hpp;h=17be57218c39fda02bed654fddaa48ac0a0727fa;hb=d6dfb71f4ffc4720ab531d133767c067724e8919;hp=5261c30f2282b12797db33afa406358c00448597;hpb=d227810e27d0c63637497c4adaabc19dc67b186a;p=iot2.git diff --git a/iotjava/iotruntime/cpp/setrelation/IRelation.hpp b/iotjava/iotruntime/cpp/setrelation/IRelation.hpp index 5261c30..17be572 100644 --- a/iotjava/iotruntime/cpp/setrelation/IRelation.hpp +++ b/iotjava/iotruntime/cpp/setrelation/IRelation.hpp @@ -13,7 +13,7 @@ using namespace std; * @since 2016-09-06 */ template -class IRelation { +class IRelation final { private: unordered_multimap* rel; public: