Fix typo in wrapper generator

This commit is contained in:
Thomas Krijnen
2015-01-20 14:39:52 +00:00
parent e37b062757
commit 3503c8c933
+1 -1
View File
@@ -224,7 +224,7 @@ namespace IfcUtil {
name = property(name, name) name = property(name, name)
__swig_getmethods__["time_stamp"] = time_stamp __swig_getmethods__["time_stamp"] = time_stamp
__swig_setmethods__["time_stamp"] = time_stamp __swig_setmethods__["time_stamp"] = time_stamp
timestamp = property(time_stamp, time_stamp) time_stamp = property(time_stamp, time_stamp)
__swig_getmethods__["author"] = author __swig_getmethods__["author"] = author
__swig_setmethods__["author"] = author __swig_setmethods__["author"] = author
author = property(author, author) author = property(author, author)