Simplify code a bit more

This commit is contained in:
ExPikaPaka
2026-06-17 09:17:07 +02:00
parent b6a1546ff5
commit 2ab9e14525
5 changed files with 127 additions and 135 deletions

View File

@@ -13,7 +13,7 @@ static void print_bar(char c, int n) { std::cout << std::string(n, c) << "\n"; }
static void inspect_one(const std::string& path, const po::variables_map& vm)
{
Slic3r::VendorCache vc;
Slic3r::PresetBundle::VendorCache vc;
if (!vc.load(path)) {
std::cerr << "Failed to load cache: " << path << "\n"
<< " (wrong format version, truncated file, CRC mismatch, or not a .cache file)\n";