summaryrefslogtreecommitdiff
blob: 04f70a576d90affc6cfa058364723fd26aac7d5a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Src/DasherCore/DasherViewSquare.cpp. 2007-10-15 15:55:00.000000000 +0200
+++ Src/DasherCore/DasherViewSquare.cpp  2007-11-28 17:18:08.000000000 +0100
@@ -802,7 +802,7 @@
   else
     return quot;
 #else
-  lldiv_t res = __gnu_cxx::lldiv(iNumerator, iDenominator);
+  lldiv_t res = lldiv(iNumerator, iDenominator);
   
   if(res.rem < 0)
     return res.quot - 1;