mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
General: Make use of nullptr where applicable
This commit is contained in:
@@ -227,7 +227,7 @@ struct XlibAtoms {
|
||||
m_imagePng = XInternAtom(disp, "image/png", false);
|
||||
}
|
||||
};
|
||||
static XlibAtoms* S_ATOMS = NULL;
|
||||
static XlibAtoms* S_ATOMS = nullptr;
|
||||
|
||||
static Atom GetClipboardTypeAtom(EClipboardType t) {
|
||||
switch (t) {
|
||||
|
||||
Reference in New Issue
Block a user