From c78e7a4e8c30641c8c762f9bac0dd2e46e675e25 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 8 May 2005 16:00:11 +0000 Subject: Mountain->Hill 1/2 Mountain->Hill 1/2 --- src/Hill.H | 6 +++--- src/Hill.cxx | 4 ++-- src/Makefile | 2 +- src/Panorama.H | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/Hill.H b/src/Hill.H index f092100..45152eb 100644 --- a/src/Hill.H +++ b/src/Hill.H @@ -1,5 +1,5 @@ // -// "$Id: Hill.H,v 1.10 2005/05/03 21:36:39 hofmann Exp $" +// "$Id: Hill.H,v 1.11 2005/05/08 18:00:11 hofmann Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -21,8 +21,8 @@ // USA. // -#ifndef MOUNTAIN_H -#define MOUNTAIN_H +#ifndef HILL_H +#define HILL_H class Mountain; diff --git a/src/Hill.cxx b/src/Hill.cxx index 88df3b3..310fd55 100644 --- a/src/Hill.cxx +++ b/src/Hill.cxx @@ -1,5 +1,5 @@ // -// "$Id: Hill.cxx,v 1.9 2005/05/05 11:02:07 hofmann Exp $" +// "$Id: Hill.cxx,v 1.10 2005/05/08 18:00:11 hofmann Exp $" // // PSEditWidget routines. // @@ -25,7 +25,7 @@ #include #include -#include "Mountain.H" +#include "Hill.H" Mountain::Mountain(const char *n, double p, double l, double h) { name = strdup(n); diff --git a/src/Makefile b/src/Makefile index 40a0454..dcb71d6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ CFLAGS=-g -I/usr/X11R6/include CXXFLAGS=-g -I/usr/X11R6/include -I/usr/local/include -fno-stack-protector LDFLAGS=-g -fno-stack-protector -OBJECTS=flmountains.o GipfelWidget.o Mountain.o Panorama.o +OBJECTS=gipfel.o GipfelWidget.o Hill.o Panorama.o #%.o: %.c # $(CC) -c $(CFLAGS) $*.c diff --git a/src/Panorama.H b/src/Panorama.H index 4803a4b..290be50 100644 --- a/src/Panorama.H +++ b/src/Panorama.H @@ -1,5 +1,5 @@ // -// "$Id: Panorama.H,v 1.14 2005/05/05 17:37:37 hofmann Exp $" +// "$Id: Panorama.H,v 1.15 2005/05/08 18:00:11 hofmann Exp $" // // X11 header file for the Fast Light Tool Kit (FLTK). // @@ -24,7 +24,7 @@ #ifndef PANORAMA_H #define PANORAMA_H -#include "Mountain.H" +#include "Hill.H" class Panorama { private: -- cgit v1.2.3