diff --git a/components/nif/niffile.cpp b/components/nif/niffile.cpp index 14bb06f82..d53c7d865 100644 --- a/components/nif/niffile.cpp +++ b/components/nif/niffile.cpp @@ -39,7 +39,7 @@ struct RecordFactoryEntry { static std::pair makeEntry(std::string recName, Record* (*create_t) (), RecordType type) { RecordFactoryEntry anEntry = {create_t,type}; - return std::make_pair(recName, anEntry); + return std::make_pair(recName, anEntry); } ///These are all the record types we know how to read.