Optimize updateFastFaceRow processing by removing some TileSpec copy (#5678)
[oweals/minetest.git] / src / database-redis.h
index 214bc8dd69e637ce544485c4db254857b0c48e70..fa15dd8a7e8eb021995d8b83617ee458ff166780 100644 (file)
@@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 class Settings;
 
-class Database_Redis : public Database
+class Database_Redis : public MapDatabase
 {
 public:
        Database_Redis(Settings &conf);