summaryrefslogtreecommitdiff
path: root/autodoc/source
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source')
-rw-r--r--autodoc/source/inc/adc_cl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/inc/adc_cl.hxx b/autodoc/source/inc/adc_cl.hxx
index 50b5108a6af2..34e0f2d64e1b 100644
--- a/autodoc/source/inc/adc_cl.hxx
+++ b/autodoc/source/inc/adc_cl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adc_cl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 13:37:44 $
+ * last change: $Author: obo $ $Date: 2005-01-27 11:20:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,7 @@ namespace autodoc
namespace command
{
class Command;
+ class CreateHtml;
class SinceTagTransformationData;
}
@@ -161,6 +162,8 @@ class CommandLine : public csv::CommandLine_Ifc
bool bInitOk;
static CommandLine *
pTheInstance_;
+ command::CreateHtml *
+ pCommand_CreateHtml;
};