summaryrefslogtreecommitdiff
path: root/jfreereport/patches/libfonts-1.1.6-deprecated.patch
blob: eb2ab8c76c10f24ca22b0bfebcd85a670914317d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc/libfonts-1.1.6/source/org/pentaho/reporting/libraries/fonts/FontException.java	2010-04-27 16:09:00.000000000 +0200
+++ misc/build/libfonts-1.1.6/source/org/pentaho/reporting/libraries/fonts/FontException.java	2011-06-13 02:04:51.000000000 +0200
@@ -39,7 +39,7 @@
    */
   public FontException(final String message, final Exception ex)
   {
-    super(message, ex);
+    super(message, (Throwable) ex);
   }
 
   /**