diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-05 09:06:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-05 10:04:38 +0100 |
commit | 5c3dc6791c8737b24d5b8211bf7330caff47b62b (patch) | |
tree | fb181ddc54109831ca7c277c5c74fa118b5d9519 /vcl/inc/generic | |
parent | 7a7a2c5495e9e03181843c327a0c28fd6e5e88bd (diff) |
should be able to remove SimpleLayoutEngine now
Change-Id: I74d2cb7c47ec04f4276755fa1bd74779842c7832
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 2 |
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; }; // ======================================================================= |