* Remove stray non-breaking spaces from the source code.
diff --git a/include/FTSimpleLayout.h b/include/FTSimpleLayout.h
index 3b834a0..86ce175 100644
--- a/include/FTSimpleLayout.h
+++ b/include/FTSimpleLayout.h
@@ -61,7 +61,7 @@ class FTGL_EXPORT FTSimpleLayout : public FTLayout
* @param urz upper right far z coord
*/
virtual void BBox(const char* string, float& llx, float& lly,
- float& llz, float& urx, float& ury, float& urz);
+ float& llz, float& urx, float& ury, float& urz);
/**
* Get the bounding box for a string.