From 3503c8c9338525f445676f411f5fdadceda5d7d6 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 20 Jan 2015 14:39:52 +0000 Subject: [PATCH] Fix typo in wrapper generator --- src/ifcwrap/IfcParseWrapper.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcwrap/IfcParseWrapper.i b/src/ifcwrap/IfcParseWrapper.i index 480650aa78..06eb9e5f52 100644 --- a/src/ifcwrap/IfcParseWrapper.i +++ b/src/ifcwrap/IfcParseWrapper.i @@ -224,7 +224,7 @@ namespace IfcUtil { name = property(name, name) __swig_getmethods__["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_setmethods__["author"] = author author = property(author, author)