summaryrefslogtreecommitdiff
path: root/include/cppcanvas/text.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/text.hxx')
-rw-r--r--include/cppcanvas/text.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cppcanvas/text.hxx b/include/cppcanvas/text.hxx
index b25a1e6ad9fa..622e553a5ad9 100644
--- a/include/cppcanvas/text.hxx
+++ b/include/cppcanvas/text.hxx
@@ -33,8 +33,8 @@ namespace cppcanvas
class Text : public virtual CanvasGraphic
{
public:
- virtual void setFont( const FontSharedPtr& ) = 0;
- virtual FontSharedPtr getFont() = 0;
+ ;
+ ;
};
typedef ::boost::shared_ptr< ::cppcanvas::Text > TextSharedPtr;