summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemLine.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-07 17:16:33 (GMT)
committerjoye <joye>2014-05-07 17:16:33 (GMT)
commit1b04216649b8244de13462d9d6a1592abd4260e5 (patch)
tree51c1a5fec0643cd726d81e91f33cc240400e5ef4 /src/bltGrElemLine.h
parentd68d4234280e68e82d5a793f347ade1073c59646 (diff)
downloadblt-1b04216649b8244de13462d9d6a1592abd4260e5.zip
blt-1b04216649b8244de13462d9d6a1592abd4260e5.tar.gz
blt-1b04216649b8244de13462d9d6a1592abd4260e5.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrElemLine.h')
-rw-r--r--src/bltGrElemLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGrElemLine.h b/src/bltGrElemLine.h
index fb98590..31ad10b 100644
--- a/src/bltGrElemLine.h
+++ b/src/bltGrElemLine.h
@@ -97,7 +97,7 @@ typedef struct {
class LineElement : public Element {
public:
enum PenDirection {INCREASING, DECREASING, BOTH_DIRECTIONS};
- enum Smoothing {LINEAR, STEP, NATURAL, QUADRATIC, CATROM};
+ enum Smoothing {LINEAR, STEP, CUBIC, QUADRATIC, CATROM};
protected:
LinePen* builtinPenPtr;