diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 18:18:59 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 18:18:59 (GMT) |
commit | d27a20d01f3402c27465d46d9c970d4571e92958 (patch) | |
tree | 505b16d03605d06b43dabd84a94388ee017407ec /src/surface.cc | |
parent | 6bb261bcd5922c69770c27d25f43c7c315c101a4 (diff) |
Initial work: Created a Filename class
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; |