Removed dependencies of libslic3r on Slic3r GUI library.

This commit is contained in:
bubnikv 2018-06-20 18:55:31 +02:00
parent 02d4f3e14d
commit ac011aec6d
2 changed files with 9 additions and 8 deletions

View file

@ -14,7 +14,7 @@
//! macro used to mark string used at localization,
//! return same string
#define L(s) translate(s)
#define L(s) Slic3r::I18N::translate(s)
namespace Slic3r {