X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b53c9cea2902572822bbbece5bac236c1bbf846e..cd46d4ebd33e74ee53bbc73dcdb7fe1d4d006558:/apt-pkg/metaindex.h?ds=inline diff --git a/apt-pkg/metaindex.h b/apt-pkg/metaindex.h index 94aec2d1f..ff531b4d7 100644 --- a/apt-pkg/metaindex.h +++ b/apt-pkg/metaindex.h @@ -107,6 +107,9 @@ public: metaIndex(std::string const &URI, std::string const &Dist, char const * const Type); virtual ~metaIndex(); + + // FIXME: make virtual on next abi break + bool IsArchitectureSupported(std::string const &arch) const; }; #endif