fix cr/lfs and remove trailing whitespaces...
[supertux.git] / tools / miniswig / create_wrapper.hpp
index 1814cf4..a2e5395 100644 (file)
@@ -21,6 +21,8 @@ public:
     void create_wrapper(Namespace* ns);
 
 private:
+    std::string ns_prefix;
+
     void create_register_functions_code(Namespace* ns);
     void create_register_function_code(Function* function, Class* _class);
     void create_register_classes_code(Namespace* ns);
@@ -29,7 +31,7 @@ private:
     void create_register_constants_code(Namespace* ns);
     void create_register_slot_code(const std::string& what,
                                    const std::string& name);
-    
+
     void create_function_list(Namespace* ns);
     void create_const_lists(Namespace* ns);
     void create_class_const_lists(Class* _class);
@@ -42,4 +44,3 @@ private:
 };
 
 #endif
-