Instance: use getInstance()
[nikiroo-utils.git] / src / be / nikiroo / fanfix / reader / ui / GuiReaderViewerTextOutput.java
index 47d9664d384fd28ad9057590e1e08aec62467837..fc914ddb458eefbe3f2bf273d38a8d07d71dad14 100644 (file)
@@ -121,7 +121,7 @@ public class GuiReaderViewerTextOutput {
                        fakeStory.setChapters(Arrays.asList(chap));
                        output.process(fakeStory, null, null);
                } catch (IOException e) {
-                       Instance.getTraceHandler().error(e);
+                       Instance.getInstance().getTraceHandler().error(e);
                }
                return builder.toString();
        }