зеркало из https://github.com/mozilla/gecko-dev.git
Bug 745291 - Remove superfluous ';' in X11Util.h; r=Yoric
This commit is contained in:
Родитель
859ca74e56
Коммит
c1f77cdb4b
|
@ -94,7 +94,7 @@ struct ScopedXFreePtrTraits
|
|||
static T *empty() { return NULL; }
|
||||
static void release(T *ptr) { if (ptr!=NULL) XFree(ptr); }
|
||||
};
|
||||
SCOPED_TEMPLATE(ScopedXFree, ScopedXFreePtrTraits);
|
||||
SCOPED_TEMPLATE(ScopedXFree, ScopedXFreePtrTraits)
|
||||
|
||||
/**
|
||||
* On construction, set a graceful X error handler that doesn't crash the application and records X errors.
|
||||
|
|
Загрузка…
Ссылка в новой задаче