summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/server.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/aqpkg/server.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/server.h b/noncore/settings/aqpkg/server.h
index 5f83f75..e9f434c 100644
--- a/noncore/settings/aqpkg/server.h
+++ b/noncore/settings/aqpkg/server.h
@@ -39,3 +39,3 @@ public:
void readLocalIpks( Server *local );
- void readPackageFile( Server *local = 0, bool clearAll = true, bool installedToRoot= false );
+ void readPackageFile( Server *local = 0, bool clearAll = true, bool installedToRoot= false, Destination *dest = 0 );
void buildLocalPackages( Server *local );
@@ -61,3 +61,2 @@ private:
-
vector<Package> packageList;