diff options
Diffstat (limited to 'apt-pkg/metaindex.h')
-rw-r--r-- | apt-pkg/metaindex.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |