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

Unified Diff: xfa/fwl/basewidget/fwl_barcodeimp.h

Issue 1946213003: Remove CLASSHASH defines in favour of an enum class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | xfa/fwl/basewidget/fwl_barcodeimp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/basewidget/fwl_barcodeimp.h
diff --git a/xfa/fwl/basewidget/fwl_barcodeimp.h b/xfa/fwl/basewidget/fwl_barcodeimp.h
index eacecc3c4e5477e6d154a512eabfcdcc172d382e..d2bc03d809f56d7cf7278370da6fb9ab9c28f0bf 100644
--- a/xfa/fwl/basewidget/fwl_barcodeimp.h
+++ b/xfa/fwl/basewidget/fwl_barcodeimp.h
@@ -26,7 +26,7 @@ class CFWL_BarcodeImp : public CFWL_EditImp {
~CFWL_BarcodeImp() override;
FWL_ERR GetClassName(CFX_WideString& wsClass) const override;
- uint32_t GetClassID() const override;
+ FWL_Type GetClassID() const override { return FWL_Type::Barcode; }
Tom Sepez 2016/05/04 22:28:43 Might as well leave the implementation in the .cpp
dsinclair 2016/05/05 13:44:17 Done.
FWL_ERR Initialize() override;
FWL_ERR Finalize() override;
FWL_ERR Update() override;
« no previous file with comments | « no previous file | xfa/fwl/basewidget/fwl_barcodeimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698