summaryrefslogtreecommitdiff
path: root/mpq/get_d.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpq/get_d.c')
-rw-r--r--mpq/get_d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpq/get_d.c b/mpq/get_d.c
index 47a1cbedf..595f594b4 100644
--- a/mpq/get_d.c
+++ b/mpq/get_d.c
@@ -90,7 +90,7 @@ along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */
like to have helping everywhere that uses a quotient-only division. */
double
-mpq_get_d (const MP_RAT *src)
+mpq_get_d (const mpq_t src)
{
double res;
mp_srcptr np, dp;