- Changed DocBook version to 4.3, 5.0 is not officially released yet and most
[supertux.git] / tools / miniswig / main.cpp
index f28e3f7..2a5b1ed 100644 (file)
@@ -80,6 +80,7 @@ int main(int argc, char** argv)
             std::cerr << "Couldn't open file '" << input << "' for reading.\n";
             return 1;
         }
+        current_file = inputfile;
         unit = new CompilationUnit();
         Namespace* std_namespace = new Namespace();
         std_namespace->name = "std";