diff options
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> |
