Skip to content
Snippets Groups Projects
Commit 2b375ee2 authored by Hideki Shimizu's avatar Hideki Shimizu
Browse files

Update make_dict.py

parent 16fe1f9b
Branches
No related merge requests found
......@@ -31,5 +31,5 @@ for class_name in classes :
linkdef.append("#endif\n")
with open("dict/Linkdef.h","w") as f :
with open("dict/LinkDef.h","w") as f :
f.writelines(linkdef)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment