diff --git a/openbr/plugins/format/raw.cpp b/openbr/plugins/format/raw.cpp index d58c8c4..bf9c089 100644 --- a/openbr/plugins/format/raw.cpp +++ b/openbr/plugins/format/raw.cpp @@ -38,7 +38,7 @@ class rawFormat : public Format QtUtils::readFile(file, data); // The raw file format has no header information, so one must specify resolution - QSize size = size = QSize(file.get("width"),file.get("height")); + QSize size = QSize(file.get("width"),file.get("height")); Template t(file); QList matrices; const int bytes = size.width()*size.height();