aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/function-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/function-view.h')
-rw-r--r--gdbsupport/function-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/function-view.h b/gdbsupport/function-view.h
index 9d852c2..f826206 100644
--- a/gdbsupport/function-view.h
+++ b/gdbsupport/function-view.h
@@ -15,8 +15,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_FUNCTION_VIEW_H
-#define COMMON_FUNCTION_VIEW_H
+#ifndef GDBSUPPORT_FUNCTION_VIEW_H
+#define GDBSUPPORT_FUNCTION_VIEW_H
/* function_view is a polymorphic type-erasing wrapper class that
encapsulates a non-owning reference to arbitrary callable objects.
@@ -448,4 +448,4 @@ auto make_function_view (Callable &&callable)
} /* namespace gdb */
-#endif
+#endif /* GDBSUPPORT_FUNCTION_VIEW_H */