~ubuntu-branches/ubuntu/saucy/faust/saucy

« back to all changes in this revision

Viewing changes to compiler/draw/schema/cableSchema.h

  • Committer: Package Import Robot
  • Author(s): Mario Lang
  • Date: 2012-04-04 13:52:01 UTC
  • mfrom: (1.1.6) (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120404135201-hpsrk87x3hga94tc
Tags: 0.9.46-2
* Fix "ftbfs with GCC-4.7":
  - debian/patches/unistd: Include <unistd.h> where necessary.
    (Closes: #667163)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        virtual void    draw(device& dev);
43
43
        virtual point   inputPoint(unsigned int i)      const;
44
44
        virtual point   outputPoint(unsigned int i)     const;
45
 
 
 
45
    virtual void    collectTraits(collector& c);
46
46
  private:
47
47
         cableSchema (unsigned int n);
48
48