diff options
Diffstat (limited to 'sources/pyside6/libpyside/pysideweakref.h')
| -rw-r--r-- | sources/pyside6/libpyside/pysideweakref.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/libpyside/pysideweakref.h b/sources/pyside6/libpyside/pysideweakref.h index e29c73455..9ebf3f5d8 100644 --- a/sources/pyside6/libpyside/pysideweakref.h +++ b/sources/pyside6/libpyside/pysideweakref.h @@ -1,8 +1,8 @@ // Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only -#ifndef __PYSIDEWEAKREF__ -#define __PYSIDEWEAKREF__ +#ifndef PYSIDEWEAKREF_H +#define PYSIDEWEAKREF_H #include <pysidemacros.h> #include <sbkpython.h> @@ -15,4 +15,4 @@ PYSIDE_API PyObject* create(PyObject* ob, PySideWeakRefFunction func, void* user } // namespace PySide::WeakRef -#endif +#endif // PYSIDEWEAKREF_H |
