~ubuntu-branches/ubuntu/saucy/kig/saucy-proposed

« back to all changes in this revision

Viewing changes to objects/other_imp.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-10-02 15:28:24 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20121002152824-971803jif02m40i1
Tags: 4:4.9.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
class AngleImp
29
29
  : public ObjectImp
30
30
{
 
31
  static const int radius;
31
32
  const Coordinate mpoint;
32
33
  const double mstartangle;
33
34
  const double mangle;
 
35
  bool mmarkRightAngle: 1;
34
36
public:
35
37
  typedef ObjectImp Parent;
36
38
  /**