]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/version.h
add specialisations for std::vector
[apt.git] / apt-pkg / version.h
index e0e0e6c1410f87f86d1aa41527306bc3c4ea907f..d98809f7e1ddb74333c0ac7b43aeb033b9b9bcdf 100644 (file)
@@ -33,7 +33,7 @@ class pkgVersioningSystem
    // Global list of VS's
    static pkgVersioningSystem **GlobalList;
    static unsigned long GlobalListLen;
-   static pkgVersioningSystem *GetVS(const char *Label);
+   static pkgVersioningSystem *GetVS(const char *Label) APT_PURE;
    
    const char *Label;