On 6/6/12, Dmitry Olshansky <[email protected]> wrote: >> Old boring C++ :) >> >> Once you have this definition due to moronic linkage model (and probably >> some other reasonable things) you have to have: >> >> int Class:statField; > > int Class::statField; obviously
Thanks, that fixed it! :) Yeah C++ is a weirdo.
