From ce9178fb13908eca5b7835e785fc0914a5022615 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 23 Jun 2002 14:19:13 +0000 Subject: Simon thanks for the patch. Some clean ups. Patch provided by tronical OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp --- (limited to 'noncore/unsupported/qpdf/fixed.h') diff --git a/noncore/unsupported/qpdf/fixed.h b/noncore/unsupported/qpdf/fixed.h index d073421..ec0e696 100644 --- a/noncore/unsupported/qpdf/fixed.h +++ b/noncore/unsupported/qpdf/fixed.h @@ -169,8 +169,8 @@ template inline fixed sqrt ( const fixed &f ) if ( f. m_f <= 0 ) return fixed ( 0, true ); - fixed::fix_t a0 = 0; - fixed::fix_t a1 = f. m_f; // take value as first approximation + typename fixed::fix_t a0 = 0; + typename fixed::fix_t a1 = f. m_f; // take value as first approximation do { a0 = a1; -- cgit v0.9.0.2