diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-01-11 13:38:54 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2015-01-11 15:32:18 +1100 |
commit | 75ec65898a6aad4d003c125fb3e4168695344621 (patch) | |
tree | f797c126800cb8011fadb3bda00eefbc583c2077 /vcl/inc | |
parent | 67deb9f8079a578cf767a6e29a5bbe6eb0b4ecfe (diff) |
vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definition
Change-Id: I9ba9044ef9603ec9050b40d3dd6f01cfb45df134
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index e7da25cb6480..c2e51e905690 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -314,8 +314,9 @@ private: class ServerFontLayoutEngine { public: - virtual ~ServerFontLayoutEngine() {} - virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0; + virtual ~ServerFontLayoutEngine() {} + + virtual bool layout(ServerFontLayout&, ImplLayoutArgs&) = 0; }; class GlyphCachePeer |