Revert jordi's change, which broke build CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/af/util/xp/ut_timer.cpp src/af/util/xp/ut_timer.h CVS: ----------------------------------------------------------------------
You can't define a static member inside a .h file, because then the static member gets multiply defined for each cpp file which includes the .h file. I don't know what the proper fix is wrt plugins, but this isn't it. (Probably extern or something, who knows? Someone with more C++ gurudom than me.) pat
