From e4e07237f2549f54f9d5cbd95070007382f36ee6 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Thu, 18 Feb 2010 15:16:04 +0000 Subject: [PATCH] reorder bindings sorry :-) --- Common/LuaBindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/LuaBindings.cpp b/Common/LuaBindings.cpp index 1ff3b45477..ecd818ad79 100644 --- a/Common/LuaBindings.cpp +++ b/Common/LuaBindings.cpp @@ -321,8 +321,8 @@ binding::binding(){ // Register Lua bindings DocRecord::registerBindings(this); - GEdge::registerBindings(this); GEntity::registerBindings(this); + GEdge::registerBindings(this); GFace::registerBindings(this); GModel::registerBindings(this); GRegion::registerBindings(this); -- GitLab