mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
.docs * cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@5940 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
03ce8d90f8
commit
bcf180b527
2 changed files with 13 additions and 5 deletions
|
|
@ -325,7 +325,7 @@ class DefaultHtmlObjectSaver : public HtmlObjectSaver
|
|||
{
|
||||
public:
|
||||
DefaultHtmlObjectSaver(const String& outdir_, const String& namebase_, int imtolerance_, Zoom z_)
|
||||
: outdir(outdir_), namebase(namebase_), imtolerance(imtolerance_), z(z_), im(0) {}
|
||||
: outdir(outdir_), namebase(namebase_), z(z_), imtolerance(imtolerance_), im(0) {}
|
||||
|
||||
virtual String GetHtml(const RichObject& object);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue