--- pointless-0.5/src/primitive.h	2003-05-20 23:04:02.000000000 +0200
+++ pointless-0.5.fixed/src/primitive.h	2005-08-06 13:29:16.000000000 +0200
@@ -106,8 +106,8 @@
 public:
 	typedef Ref<Tile> handle;
 	~Tile();
-	TiledTexture* get_texture() const { // Making this const is a HACK
-		return _texture; } 
+	class TiledTexture* get_texture() const { // Making this const is a HACK
+		return _texture; }; 
 	void copy_from_subimage(Image *img, uint xoffset, uint yoffset);
 private:
 	Tile(Rect r, TiledTexture* t) : Rect(r), Refcount(true), _texture(t) {};

