~unity-api-team/unity-scope-soundcloud/trunk

« back to all changes in this revision

Viewing changes to include/api/user.h

  • Committer: Pete Woods
  • Date: 2016-02-11 12:59:05 UTC
  • Revision ID: pete.woods@canonical.com-20160211125905-xu5v13n682wc5spl
Remove pointless usage of references

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
    const std::string & permalink_url() const;
48
48
 
49
 
    const unsigned int & track_count() const;
50
 
 
51
 
    const unsigned int & followers_count() const;
52
 
 
53
 
    const unsigned int & followings_count() const;
 
49
    unsigned int track_count() const;
 
50
 
 
51
    unsigned int followers_count() const;
 
52
 
 
53
    unsigned int followings_count() const;
54
54
 
55
55
    const std::string & bio() const;
56
56