Browse Source

Fix wxPerl warning annoyance

Vojtech Kral 7 years ago
parent
commit
c3c9ebdd12
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Slic3r.pm

+ 1 - 0
lib/Slic3r.pm

@@ -277,5 +277,6 @@ sub system_info
 # this package declaration prevents an ugly fatal warning to be emitted when
 # spawning a new thread
 package GLUquadricObjPtr;
+package Wx::Printout;
 
 1;