Modernize configure.ac's
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index 0e3c94811ad9a9b31be7e0356d84be995102ef64..df127c4e05f0d00e820ebf58722ad316add474cd 100644 (file)
@@ -1,5 +1,5 @@
 /* Helper routines for C++ support in GDB.
-   Copyright (C) 2002-2015 Free Software Foundation, Inc.
+   Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
    Contributed by MontaVista Software.
 
@@ -1339,7 +1339,7 @@ make_symbol_overload_list_adl (struct type **arg_types, int nargs,
 static void
 reset_directive_searched (void *data)
 {
-  struct using_direct *direct = data;
+  struct using_direct *direct = (struct using_direct *) data;
   direct->searched = 0;
 }
 
This page took 0.036397 seconds and 4 git commands to generate.