summaryrefslogtreecommitdiff
path: root/apt-pkg/edsp/edspwriter.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-03-31 11:58:24 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-03-31 11:58:24 +0200
commite0a78caad639a3fa8d50edf3374a06805ab86315 (patch)
tree639350795620cbbbf878b4794042ba20fe8b64b9 /apt-pkg/edsp/edspwriter.h
parent41ceaf02483a826d5797cf0bd61bd7b6013733a8 (diff)
rename the 'universe' to 'scenario' to reflect the naming in the draft
Diffstat (limited to 'apt-pkg/edsp/edspwriter.h')
-rw-r--r--apt-pkg/edsp/edspwriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/edsp/edspwriter.h b/apt-pkg/edsp/edspwriter.h
index c42dfd398..2b417956e 100644
--- a/apt-pkg/edsp/edspwriter.h
+++ b/apt-pkg/edsp/edspwriter.h
@@ -12,7 +12,7 @@
class edspWriter /*{{{*/
{
public:
- bool static WriteUniverse(pkgDepCache &Cache, FILE* output);
+ bool static WriteScenario(pkgDepCache &Cache, FILE* output);
bool static WriteRequest(pkgDepCache &Cache, FILE* output);
bool static WriteSolution(pkgDepCache &Cache, FILE* output);
};