~unity-api-team/unity-scope-vimeo/empty-commit

« back to all changes in this revision

Viewing changes to src/vimeo/scope/preview.cpp

  • Committer: Pete Woods
  • Date: 2014-06-21 12:16:26 UTC
  • Revision ID: pete.woods@canonical.com-20140621121626-wzsdjuk5t1l1x0lj
React to API break

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
using namespace std;
32
32
using namespace vimeo::scope;
33
33
 
34
 
Preview::Preview(const sc::Result &) {
 
34
Preview::Preview(const sc::Result &result, const sc::ActionMetadata &metadata) :
 
35
        sc::PreviewQueryBase(result, metadata) {
35
36
}
36
37
 
37
38
void Preview::cancelled() {