Silence warning by importing Wx::Print before Wx::Html

degen-loop-screen
Henrik Brix Andersen 2012-07-14 11:58:58 +02:00
parent 57316a4ffa
commit 4a94c64f7d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ use utf8;
use Wx qw(:font :html :misc :sizer :systemsettings);
use Wx::Event qw(EVT_HTML_LINK_CLICKED);
use Wx::Print;
use Wx::Html;
use base 'Wx::Dialog';