]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/cmndline.h
add cacheset push_back wrapping for std::back_inserter
[apt.git] / apt-pkg / contrib / cmndline.h
index 143df58b23d1ebdc331631c3f9eb8913e213edb9..58cbaa8c38c4bca9e437aeb8fc712d2d61e7a207 100644 (file)
@@ -91,6 +91,7 @@ class CommandLine
    static CommandLine::Args MakeArgs(char ShortOpt, char const *LongOpt,
         char const *ConfName, unsigned long Flags) APT_CONST;
 
+   CommandLine();
    CommandLine(Args *AList,Configuration *Conf);
    ~CommandLine();
 };