summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cairomm/fontface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairomm/fontface.h b/cairomm/fontface.h
index 69581f6..612820c 100644
--- a/cairomm/fontface.h
+++ b/cairomm/fontface.h
@@ -49,7 +49,7 @@ public:
/* Don't wrap these until we know what they are good for.
void* get_user_data(const cairo_user_data_key_t *key);
- void set_user_data(const cairo_user_data_key_t *key, void *user_data, cairo_destroy_func_t destroy); //TODO: Use a sigc::slot?
+ void set_user_data(const cairo_user_data_key_t *key, void *user_data, cairo_destroy_func_t destroy);
*/
FontType get_type() const;