From dba1d0a56b08104737972403bf0d66df04dfe791 Mon Sep 17 00:00:00 2001
From: Michael W <gcr@sneakygcr.net>
Date: Fri, 11 May 2012 07:51:07 -0600
Subject: [PATCH] Small compile fix: convertTransformationMatrixToOpenGLStyle

---
 addons/artkp/ARToolKitPlus/src/TrackerSingleMarkerImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/artkp/ARToolKitPlus/src/TrackerSingleMarkerImpl.cxx b/addons/artkp/ARToolKitPlus/src/TrackerSingleMarkerImpl.cxx
index 25852d9..b0e0c4f 100644
--- a/addons/artkp/ARToolKitPlus/src/TrackerSingleMarkerImpl.cxx
+++ b/addons/artkp/ARToolKitPlus/src/TrackerSingleMarkerImpl.cxx
@@ -185,7 +185,7 @@ ARSM_TEMPL_TRACKER::calc(const unsigned char* nImage, int nPattern, bool nUpdate
 	if(nUpdateMatrix)
 	{
 		executeSingleMarkerPoseEstimator(&marker_info[k], patt_center, patt_width, patt_trans);
-		convertTransformationMatrixToOpenGLStyle(patt_trans, this->gl_para);
+		this->convertTransformationMatrixToOpenGLStyle(patt_trans, this->gl_para);
 	}
 
 	PROFILE_ENDSEC(profiler, SINGLEMARKER_OVERALL)
-- 
1.7.10.1

