Kaydet (Commit) 935afabf authored tarafından Caolán McNamara's avatar Caolán McNamara

virtual method with wrong name, doesn't override what it thinks it does

üst 2e6ee683
...@@ -187,7 +187,7 @@ public: ...@@ -187,7 +187,7 @@ public:
virtual ~FreetypeServerFont(); virtual ~FreetypeServerFont();
virtual const ::rtl::OString* GetFontFileName() const { return mpFontInfo->GetFontFileName(); } virtual const ::rtl::OString* GetFontFileName() const { return mpFontInfo->GetFontFileName(); }
virtual int GetFontFaceNum() const { return mpFontInfo->GetFaceNum(); } virtual int GetFontFaceNumber() const { return mpFontInfo->GetFaceNum(); }
virtual bool TestFont() const; virtual bool TestFont() const;
virtual void* GetFtFace() const; virtual void* GetFtFace() const;
virtual void SetFontOptions( boost::shared_ptr<ImplFontOptions> ); virtual void SetFontOptions( boost::shared_ptr<ImplFontOptions> );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment