summaryrefslogtreecommitdiffstats
path: root/src/cardwidget.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-13 23:21:00 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-13 23:21:00 +0200
commit98aab64c367f95d40b477d27a3354de1f6bb44d6 (patch)
tree70f079ca2e9255412f1372521f4c6d0fb997ee3f /src/cardwidget.h
parent428bb50930f3831f04c23e2518163b73e2173bb3 (diff)
parentdc2eb66e0a23ffccce421aeeee149be9ce6c5a1d (diff)
Merge commit 'coling/master'
Diffstat (limited to 'src/cardwidget.h')
-rw-r--r--src/cardwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cardwidget.h b/src/cardwidget.h
index d420c83..1f99b2b 100644
--- a/src/cardwidget.h
+++ b/src/cardwidget.h
@@ -36,7 +36,7 @@ public:
uint32_t index;
bool updating;
- std::map<Glib::ustring,Glib::ustring> profiles;
+ std::vector< std::pair<Glib::ustring,Glib::ustring> > profiles;
Glib::ustring activeProfile;
bool hasSinks;
bool hasSources;