diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-02-13 03:33:53 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-02-13 03:33:53 +0000 |
| commit | af16ba7e8bedeb1caa9e15739cc11dfd3c85d49a (patch) | |
| tree | 3693bface8ca28210d296bea9de584652d48ff6a /documentation/subclassing.html | |
| parent | a235545e422d52324a9a9cc524ed59922b32502e (diff) | |
Fix links in FLTK docos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1957 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/subclassing.html')
| -rw-r--r-- | documentation/subclassing.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <UL><PRE> MyClass(int x, int y, int w, int h, const char *label = 0); </PRE></UL> - This will allow the class to be used in <A href=fluid.html#fluid>FLUID</A> + This will allow the class to be used in <A href="fluid.html#FLUID">FLUID</A> without problems. <P>The constructor must call the constructor for the base class and pass the same arguments: </P> |
