GCC 4 didn't like static function after non static prototype. Moved prototype to c file and added static to it.

This commit is contained in:
2005-07-24 09:21:31 +00:00
parent ee6bcd01a2
commit 1d27a7676b
2 changed files with 1 additions and 3 deletions

View File

@@ -84,8 +84,7 @@
#include "transform.h"
extern ListBase editNurb;
extern ListBase editelems;
static void drawObjectConstraint(TransInfo *t);
/* ************************** CONSTRAINTS ************************* */
void constraintNumInput(TransInfo *t, float vec[3])