summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-08 23:45:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-08 23:47:25 +0200
commit8d66fe43a1c6ee197517135bd34b51654d0cd7f8 (patch)
tree7fb5c1d4f6ace5a9a09f101189cc880b89f97e32 /vcl
parent91cfdc9fbd84d1e7f2103efb702f52ccfd9993e5 (diff)
loplugin:staticmethods
Change-Id: I9fa42eeeabb4a6c7ee18b52d24c480a3f7a6a753
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/quartz/salgdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index 35fd6b866f10..12c314482bba 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -433,7 +433,7 @@ private:
void Pattern50Fill();
UInt32 getState( ControlState nState );
UInt32 getTrackState( ControlState nState );
- bool GetRawFontData( const PhysicalFontFace* pFontData,
+ static bool GetRawFontData( const PhysicalFontFace* pFontData,
std::vector<unsigned char>& rBuffer,
bool* pJustCFF );
};