]> git.saurik.com Git - wxWidgets.git/commit
It was not acceptable to call the class method from the static initializer
authorDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 20:46:34 +0000 (20:46 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 20:46:34 +0000 (20:46 +0000)
commit462bc04863a27a56a75faf72c20977a2e958c2a5
tree390c1542b2cd47f0e0099d0f274a962224cdd541
parentfd8668e46ba8473754124ba11a4abe5e21d90ef5
It was not acceptable to call the class method from the static initializer
because it caused the load and initialize methods to be called.  Some of the
load and initialize methods used autorelease which would lead to warnings
about memory leaks (true, though very benign).
This version delays all Objective-C calls until InitializePosers().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/ObjcPose.h