~chasedouglas/+junk/client-lib

« back to all changes in this revision

Viewing changes to include/mir/input/shell_filter.h

  • Committer: Alan Griffiths
  • Date: 2012-07-06 16:48:49 UTC
  • mfrom: (28.4.63 add-bm-client)
  • Revision ID: alan@octopull.co.uk-20120706164849-4g2i72hplzgbvuwa
Refine interfaces surrounding the BufferBundle

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
{
31
31
public:
32
32
    //using ChainingFilter::ChainingFilter;
33
 
    ShellFilter(std::shared_ptr<Filter> const& next_link);
 
33
    explicit ShellFilter(std::shared_ptr<Filter> const& next_link);
34
34
 
35
35
    void accept(Event* e) const;
36
36
};