From 31c007b54172e4bd641af86c86ec6361ccc14706 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Tue, 3 Sep 2013 15:21:44 +0200 Subject: [PATCH] Mark internal methods --- src/bitmap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bitmap.h b/src/bitmap.h index 70fe7ce..951dfea 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -100,6 +100,7 @@ public: DECL_ATTR(Font, Font*) + /* */ void flush() const; TexFBO &getGLTypes(); void bindTexWithMatrix();