Skip to content

Commit

Permalink
Fixed|libdoomsday: Compiling with Qt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 1, 2014
1 parent 6394864 commit 98153bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdoomsday/src/defs/dedregister.cpp
Expand Up @@ -279,7 +279,7 @@ Record &DEDRegister::copy(int fromIndex, Record &to)
omitted << i.key();
}

return to.assign((*this)[fromIndex], QRegExp(omitted.join('|')));
return to.assign((*this)[fromIndex], QRegExp(omitted.join("|")));
}

int DEDRegister::size() const
Expand Down

0 comments on commit 98153bd

Please sign in to comment.