Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: xfa/src/fdp/src/fde/fde_object.h

Issue 1747123002: Fix and enable lint checks. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fdp/src/css/fde_cssdeclaration.cpp ('k') | xfa/src/fgas/src/font/fx_gefont.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fdp/src/fde/fde_object.h
diff --git a/xfa/src/fdp/src/fde/fde_object.h b/xfa/src/fdp/src/fde/fde_object.h
index 222968c357dbe80f9179386dd488f033f156c47d..4e90ed2aa600bc054691e88952912912d76071fe 100644
--- a/xfa/src/fdp/src/fde/fde_object.h
+++ b/xfa/src/fdp/src/fde/fde_object.h
@@ -143,7 +143,7 @@ class CFDE_HatchBrush : public IFDE_HatchBrush, public CFX_Target {
}
}
- virtual int32_t GetHatchStyle() const { return m_iStyle; };
+ virtual int32_t GetHatchStyle() const { return m_iStyle; }
virtual FX_BOOL SetHatchStyle(int32_t iHatchStyle) {
m_iStyle = iHatchStyle;
return m_iStyle >= FDE_HATCHSTYLE_Min && m_iStyle <= FDE_HATCHSTYLE_Max;
« no previous file with comments | « xfa/src/fdp/src/css/fde_cssdeclaration.cpp ('k') | xfa/src/fgas/src/font/fx_gefont.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698