From 1111de36f810f109352276de81230d0a871a0522 Mon Sep 17 00:00:00 2001 From: fcolin Date: Tue, 10 Jan 2006 13:51:39 +0000 Subject: modif nom fichier en minuscule --- src/ivybind.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ivybind.h') diff --git a/src/ivybind.h b/src/ivybind.h index 8c3166e..9846d3f 100644 --- a/src/ivybind.h +++ b/src/ivybind.h @@ -14,7 +14,7 @@ * Please refer to file version.h for the * copyright notice regarding this software */ -#include "IvyArgument.h" +#include "ivyargument.h" /* Module de gestion de la syntaxe des messages Ivy */ @@ -28,4 +28,4 @@ IvyBinding IvyBindingCompile( IvyBindingType typ, const char * expression ); void IvyBindingGetCompileError( int *erroffset, const char **errmessage ); void IvyBindingFree( IvyBinding bind ); int IvyBindingExec( IvyBinding bind, const char * message ); -IvyArgument IvyBindingMatch( IvyBinding bind, const char *message ); \ No newline at end of file +IvyArgument IvyBindingMatch( IvyBinding bind, const char *message ); -- cgit v1.1