Fixed following bug from level editor:
[supertux.git] / src / level_subset.h
index b4f64f6..4b9985e 100644 (file)
@@ -48,7 +48,7 @@ public:
   ~LevelSubset();
 
   static void create(const std::string& subset_name);
-  void load(const char* subset);
+  void load(const std::string& filename);
   void save();
 
   void add_level(const std::string& name);