summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-09-05 09:06:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-05 10:04:38 +0100
commit5c3dc6791c8737b24d5b8211bf7330caff47b62b (patch)
treefb181ddc54109831ca7c277c5c74fa118b5d9519 /vcl/inc/generic
parent7a7a2c5495e9e03181843c327a0c28fd6e5e88bd (diff)
should be able to remove SimpleLayoutEngine now
Change-Id: I74d2cb7c47ec04f4276755fa1bd74779842c7832
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r--vcl/inc/generic/glyphcache.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 43189790d605..6c6ca43a10c9 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -340,7 +340,7 @@ class ServerFontLayoutEngine
{
public:
virtual ~ServerFontLayoutEngine() {}
- virtual bool operator()( ServerFontLayout&, ImplLayoutArgs& );
+ virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0;
};
// =======================================================================