Commit c1be45c9 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

rename stroke.h -> brush.h

parent be8b0f84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <string>
#include "colour.h"
#include "path.h"
#include "stroke.h"
#include "brush.h"

namespace signaltk {
namespace chart {