]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cmndline.cc
streamline display of --help in all tools
[apt.git] / apt-pkg / contrib / cmndline.cc
index 93c1f46647d47f7b0e42769e95ca98dcfe2b4f50..ff8b09ebc0b6c6f7eb36ced66c3c6024c64c896a 100644 (file)
@@ -33,6 +33,9 @@ using namespace std;
 CommandLine::CommandLine(Args *AList,Configuration *Conf) : ArgList(AList), 
                                  Conf(Conf), FileList(0)
 {
+}
+CommandLine::CommandLine() : ArgList(NULL), Conf(NULL), FileList(0)
+{
 }
                                                                        /*}}}*/
 // CommandLine::~CommandLine - Destructor                              /*{{{*/