From bbfea9ca4e14961ecad7bd62acc868c0f4a2adaa Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 10 Sep 2013 15:35:32 +1000 Subject: Fix variable shadowing issues. --- src/ViewStyle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ViewStyle.h') diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 244f5c508..3fbe2d751 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -180,7 +180,7 @@ private: void AllocStyles(size_t sizeNew); void CreateFont(const FontSpecification &fs); FontRealised *Find(const FontSpecification &fs); - void FindMaxAscentDescent(unsigned int &maxAscent, unsigned int &maxDescent); + void FindMaxAscentDescent(); // Private so can only be copied through copy constructor which ensures font names initialised correctly ViewStyle &operator=(const ViewStyle &); }; -- cgit v1.2.3