mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 11:54:41 +03:00
Build fixes, conversion of wxString into utf-8 std::string
This commit is contained in:
@@ -81,8 +81,8 @@ template<class Backend> class Zipper {
|
||||
public:
|
||||
|
||||
Zipper(const std::string& /*zipfile_path*/) {
|
||||
static_assert(Backend>::value,
|
||||
"No zipper implementation provided!");
|
||||
// static_assert(Backend>::value,
|
||||
// "No zipper implementation provided!");
|
||||
}
|
||||
|
||||
void next_entry(const std::string& /*fname*/) {}
|
||||
|
||||
Reference in New Issue
Block a user