зеркало из https://github.com/mozilla/pjs.git
adding != operator. r=mrbkap/sicking
This commit is contained in:
Родитель
283c756727
Коммит
8ee6209611
|
@ -96,6 +96,10 @@ public:
|
|||
(mat.y0 == m.mat.y0));
|
||||
}
|
||||
|
||||
bool operator!=(const gfxMatrix& m) const {
|
||||
return !(*this == m);
|
||||
}
|
||||
|
||||
gfxMatrix& operator=(const cairo_matrix_t& m) {
|
||||
mat = m;
|
||||
return *this;
|
||||
|
|
Загрузка…
Ссылка в новой задаче