1
0
mirror of https://github.com/pdewacht/brlaser synced 2025-04-05 12:36:43 +02:00

Fix a clang warning

This commit is contained in:
Peter De Wachter 2013-12-27 23:44:58 +01:00
parent edc122f2c6
commit fc3680070b

View File

@ -89,9 +89,9 @@ std::string ascii_job_name(const char *job_name, const char *charset) {
}
page_params build_page_params() {
static const std::array<std::string, 6> sources = {
static const std::array<std::string, 6> sources = {{
"AUTO", "T1", "T2", "T3", "MP", "MANUAL"
};
}};
static const std::map<std::string, std::string> sizes = {
{ "A4", "A4" },
{ "A5", "A5" },