From cf392753f316be94b1ff410dd1ff1fa52c70fa4f Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 22 Jul 2002 02:19:53 +0000 Subject: [PATCH] boring change git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4740 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ src/support/limited_stack.h | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 3ea893de92..68ec1d4c67 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2002-07-22 John Levon + + * limited_stack.h: fix comment, remove un-needed header + 2002-07-21 Jean-Marc Lasgouttes * lstrings.h: correct comments for token and tokenPos diff --git a/src/support/limited_stack.h b/src/support/limited_stack.h index 93a01e8ab5..8b709758a7 100644 --- a/src/support/limited_stack.h +++ b/src/support/limited_stack.h @@ -12,13 +12,11 @@ #include -#include - /** * limited_stack - a stack of limited size * - * Like a normal stack, but only accepts pointer types, - * and bottom elements are deleted on overflow + * Like a normal stack, but elements falling out + * of the bottom are destructed. */ template class limited_stack { -- 2.39.2