follow method attribute suggestions by gcc
[ntk/apt.git] / apt-pkg / packagemanager.h
index a86b176..344ed91 100644 (file)
@@ -75,7 +75,7 @@ class pkgPackageManager : protected pkgCache::Namespace
    bool CreateOrderList();
    
    // Analysis helpers
-   bool DepAlwaysTrue(DepIterator D);
+   bool DepAlwaysTrue(DepIterator D) APT_PURE;
    
    // Install helpers
    bool ConfigureAll();