diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 01:44:20 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 01:44:20 (GMT) |
commit | 3e2a0eb5dcbde95dfc084f2f34a9ab0b35aa4f78 (patch) | |
tree | 2d00201e743b6d58bd4fc4303d5a4beddd9a4c34 /src/surface.cc | |
parent | 4213d89fa5ba7523bf47a5147f45c6b876a563e7 (diff) | |
parent | 6b21134f15ef7c6cfbd8301ee56511a73bd49def (diff) |
Merge branch 'relative-filenames'
Diffstat (limited to 'src/surface.cc')
-rw-r--r-- | src/surface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/surface.cc b/src/surface.cc index cdac4ec..ec5d790 100644 --- a/src/surface.cc +++ b/src/surface.cc @@ -58,7 +58,7 @@ public: virtual std::string toString() const; virtual std::string name() const { return "surface"; } - std::string filename; + Filename filename; bool center; int convexity; virtual PolySet *evaluate_polyset(class PolySetEvaluator *) const; |