NO-OP: whitespace
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
#ifndef __CANVAS_POLY_ITEM_H__
|
||||
#define __CANVAS_POLY_ITEM_H__
|
||||
|
||||
#include "canvas/visibility.h"
|
||||
#include "canvas/item.h"
|
||||
#include "canvas/outline.h"
|
||||
#include "canvas/visibility.h"
|
||||
|
||||
namespace ArdourCanvas {
|
||||
|
||||
@@ -35,14 +35,14 @@ public:
|
||||
|
||||
virtual void compute_bounding_box () const;
|
||||
|
||||
virtual void set (Points const &);
|
||||
Points const & get () const;
|
||||
virtual void set (Points const&);
|
||||
Points const& get () const;
|
||||
|
||||
void dump (std::ostream&) const;
|
||||
void dump (std::ostream&) const;
|
||||
|
||||
protected:
|
||||
void render_path (Rect const &, Cairo::RefPtr<Cairo::Context>) const;
|
||||
void render_curve (Rect const &, Cairo::RefPtr<Cairo::Context>, Points const &, Points const &) const;
|
||||
void render_path (Rect const&, Cairo::RefPtr<Cairo::Context>) const;
|
||||
void render_curve (Rect const&, Cairo::RefPtr<Cairo::Context>, Points const&, Points const&) const;
|
||||
|
||||
Points _points;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user