diff options
Diffstat (limited to 'gdbsupport/gdb_ref_ptr.h')
-rw-r--r-- | gdbsupport/gdb_ref_ptr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/gdb_ref_ptr.h b/gdbsupport/gdb_ref_ptr.h index 8a90cb1..df2b3d8 100644 --- a/gdbsupport/gdb_ref_ptr.h +++ b/gdbsupport/gdb_ref_ptr.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef COMMON_GDB_REF_PTR_H -#define COMMON_GDB_REF_PTR_H +#ifndef GDBSUPPORT_GDB_REF_PTR_H +#define GDBSUPPORT_GDB_REF_PTR_H #include <cstddef> @@ -225,4 +225,4 @@ inline bool operator!= (const std::nullptr_t, const ref_ptr<T, Policy> &rhs) } -#endif /* COMMON_GDB_REF_PTR_H */ +#endif /* GDBSUPPORT_GDB_REF_PTR_H */ |