From 6aa586e0f07b975ed8a75259f1f2fd3ad67ca25e Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 21 Dec 2004 20:43:57 +0000 Subject: [PATCH] fix inline keyword --- panda/src/pgraph/texMatrixAttrib.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/texMatrixAttrib.I b/panda/src/pgraph/texMatrixAttrib.I index cc1da4acfb..5618dda7bc 100644 --- a/panda/src/pgraph/texMatrixAttrib.I +++ b/panda/src/pgraph/texMatrixAttrib.I @@ -46,7 +46,7 @@ TexMatrixAttrib(const TexMatrixAttrib ©) : // Description: Builds the linear list of TextureStages if it needs // to be built. //////////////////////////////////////////////////////////////////// -void TexMatrixAttrib:: +INLINE void TexMatrixAttrib:: check_stage_list() const { if (_stage_list_stale) { ((TexMatrixAttrib *)this)->rebuild_stage_list();