]> git.tdb.fi Git - libs/gl.git/commit
Force some c'tors and d'tors to be emitted in the library
authorMikko Rasa <tdb@tdb.fi>
Thu, 11 Apr 2013 19:58:52 +0000 (22:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 11 Apr 2013 19:58:52 +0000 (22:58 +0300)
commit8b9d1625ac367114612b57a83901033ffc2bc7e0
treeadfa4133881ab6f251fe7e41d4300d9530fa38b1
parentcbe341d00829fd0eab8f3d4bde840ccae61be7e9
Force some c'tors and d'tors to be emitted in the library

Forward declaring class A and having a RefPtr to it in class B causes
trouble if B's constructor or destructor is synthesized at a location
where A's definition is not visible.
source/animation.cpp
source/animation.h
source/font.cpp
source/font.h
source/keyframe.cpp
source/keyframe.h
source/object.cpp