diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-05-14 00:59:36 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-05-14 19:49:04 +0100 |
| commit | bf98b38afd5338f6be617cfaf4bb251eb011e2b0 (patch) | |
| tree | 7832efaa75e4a6da23d57cf2672d60ce59c779d7 /src/context.hh | |
| parent | db423e4a88be8799ce0cfae33ddbf4c6bae97e5f (diff) | |
Use a plain SelectionList for Context, remove DynamicSelectionList
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context.hh b/src/context.hh index 786386e2..90961216 100644 --- a/src/context.hh +++ b/src/context.hh @@ -1,7 +1,7 @@ #ifndef context_hh_INCLUDED #define context_hh_INCLUDED -#include "dynamic_selection_list.hh" +#include "selection.hh" #include <boost/optional.hpp> @@ -85,7 +85,7 @@ private: safe_ptr<Client> m_client; friend class Client; - boost::optional<DynamicSelectionList> m_selections; + boost::optional<SelectionList> m_selections; String m_name; |
