From dc2eb66e0a23ffccce421aeeee149be9ce6c5a1d Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 25 Mar 2009 21:10:21 +0000 Subject: Order the card profiles by their priority --- src/cardwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cardwidget.h') 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 profiles; + std::vector< std::pair > profiles; Glib::ustring activeProfile; bool hasSinks; bool hasSources; -- cgit