From af16ba7e8bedeb1caa9e15739cc11dfd3c85d49a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 13 Feb 2002 03:33:53 +0000 Subject: Fix links in FLTK docos. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/subclassing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/subclassing.html') diff --git a/documentation/subclassing.html b/documentation/subclassing.html index 069bb26b2..5b1f69e0f 100644 --- a/documentation/subclassing.html +++ b/documentation/subclassing.html @@ -27,7 +27,7 @@ virtual methods, and overriding some or all of these may be necessary. - This will allow the class to be used in FLUID + This will allow the class to be used in FLUID without problems.

The constructor must call the constructor for the base class and pass the same arguments:

-- cgit v1.2.3