Rename insert() to set() to avoid confusion with std::map::insert()
[junction.git] / junction / extra / impl / MapAdapter_Null.h
index 24254fc34d7bc39d5d9bf67e1a8a55f758d0f4b2..af17120a601505ec16fc37007e2895b5cf593a93 100644 (file)
@@ -45,7 +45,7 @@ public:
         Map(ureg) {
         }
 
-        void insert(u32, void*) {
+        void set(u32, void*) {
         }
 
         void* get(u32) {