summaryrefslogtreecommitdiff
path: root/documentation/subclassing.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:33:53 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-02-13 03:33:53 +0000
commitaf16ba7e8bedeb1caa9e15739cc11dfd3c85d49a (patch)
tree3693bface8ca28210d296bea9de584652d48ff6a /documentation/subclassing.html
parenta235545e422d52324a9a9cc524ed59922b32502e (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.html2
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>