]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/upgrade.h
warning: extra ‘;’ [-Wpedantic]
[apt.git] / apt-pkg / upgrade.h
index c4973472f054db15446321461039e5557e3b7270..436d383007fffbc4d58710f068f07221b11d9f37 100644 (file)
@@ -15,7 +15,7 @@ namespace APT {
       // FIXME: make this "enum class UpgradeMode {" once we enable c++11
       enum UpgradeMode {
          FORBID_REMOVE_PACKAGES = 1,
-         FORBID_INSTALL_NEW_PACKAGES = 2,
+         FORBID_INSTALL_NEW_PACKAGES = 2
       };
       bool Upgrade(pkgDepCache &Cache, int UpgradeMode);
    }