remove content_* things from map.cpp
[oweals/minetest.git] / src / content_nodemeta.h
index af3374124b79f39784804bcaae7e250dbaf6e95d..e20334312fd8a12d1a1a1cc5b8efe1c183f0d1ff 100644 (file)
@@ -77,8 +77,8 @@ public:
        virtual bool nodeRemovalDisabled();
        virtual std::string getInventoryDrawSpecString();
 
-       std::string getOwner(){ return m_text; }
-       void setOwner(std::string t){ m_text = t; }
+       virtual std::string getOwner(){ return m_text; }
+       virtual void setOwner(std::string t){ m_text = t; }
 
 private:
        Inventory *m_inventory;