From b566778e92e215e2b0141de81627bb5c2669a7d2 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 22 Jan 2002 03:03:40 +0000 Subject: [PATCH] * choose.h (view): Move forward declaration of views into public area or g++ v3 will complain. --- ChangeLog | 5 +++++ Makefile.in | 1 + choose.h | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 35e27033..cc48eddb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-21 Christopher Faylor + + * choose.h (view): Move forward declaration of views into public area + or g++ v3 will complain. + 2002-01-21 Christopher Faylor * Makefile.in (CXXFLAGS): Add -fno-exceptions. diff --git a/Makefile.in b/Makefile.in index c9f684d7..b8f51f81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,6 +148,7 @@ OBJS = \ source.o \ splash.o \ state.o \ + supp.o \ threebar.o \ version.o \ win32.o \ diff --git a/choose.h b/choose.h index b7ee67a4..3297959d 100644 --- a/choose.h +++ b/choose.h @@ -143,8 +143,8 @@ private: class view { - class views; public: + class views; int num_columns; views get_view_mode () { -- 2.43.5