From 34f5fc0f2a18ab03613dc6ecaf4668392d0b4423 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 7 Apr 2015 16:05:12 -0700 Subject: Fix windows compile class vs. struct confusion in e300c8c32d73 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1068013002 --- fpdfsdk/include/pdfwindow/PWL_Utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/pdfwindow/PWL_Utils.h') diff --git a/fpdfsdk/include/pdfwindow/PWL_Utils.h b/fpdfsdk/include/pdfwindow/PWL_Utils.h index 7f6c4ad97f..3eeaa7ac81 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Utils.h +++ b/fpdfsdk/include/pdfwindow/PWL_Utils.h @@ -13,7 +13,7 @@ #include "PWL_Wnd.h" class CFX_PathData; -class CPWL_Color; +struct CPWL_Color; template T PWL_MIN (const T & i, const T & j) { return ((i < j) ? i : j); } template T PWL_MAX (const T & i, const T & j) { return ((i > j) ? i : j); } -- cgit v1.2.3