diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 19:19:47 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-12 19:19:47 +1300 |
commit | 7be33a9cec0e67c34b674c5ac32a947e6aa2fce6 (patch) | |
tree | a88da90b0bd9d56d6e24ce5617928a36949a4409 /doc/fl_tile.html | |
parent | 75a8e0e68e4980647a6d588a15bb300d132b6650 (diff) |
Missed a few defaults in constructors
Diffstat (limited to 'doc/fl_tile.html')
-rw-r--r-- | doc/fl_tile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fl_tile.html b/doc/fl_tile.html index 675a3a6..26f8290 100644 --- a/doc/fl_tile.html +++ b/doc/fl_tile.html @@ -55,7 +55,7 @@ Fl_Tile(int X, int Y, int W, int H, const char *L=0); <td><pre> function Create (X, Y, W, H : in Integer; - Text : in String) + Text : in String := "") return Tiled_Group; </pre></td> </tr> |