[luabind-cvs] luabind/luabind/luabind object.hpp,1.34.2.16,1.34.2.17
Brought to you by:
arvidn,
daniel_wallin
From: Daniel W. <dan...@us...> - 2005-09-30 11:28:52
|
Update of /cvsroot/luabind/luabind/luabind/luabind In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22517 Modified Files: Tag: beta7-devel2 object.hpp Log Message: Removed fwd-declaration Index: object.hpp =================================================================== RCS file: /cvsroot/luabind/luabind/luabind/luabind/object.hpp,v retrieving revision 1.34.2.16 retrieving revision 1.34.2.17 diff -u -d -r1.34.2.16 -r1.34.2.17 --- object.hpp 30 Sep 2005 11:19:53 -0000 1.34.2.16 +++ object.hpp 30 Sep 2005 11:28:42 -0000 1.34.2.17 @@ -44,9 +44,6 @@ namespace luabind { -template<class Derived> -class object_interface; - namespace detail { |