diff options
Diffstat (limited to 'src/csgterm.h')
-rw-r--r-- | src/csgterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csgterm.h b/src/csgterm.h index 1895839..1583c62 100644 --- a/src/csgterm.h +++ b/src/csgterm.h @@ -32,7 +32,7 @@ public: ~CSGTerm(); static shared_ptr<CSGTerm> normalize(shared_ptr<CSGTerm> &term); - static shared_ptr<CSGTerm> normalize_tail(shared_ptr<CSGTerm> &term); + static bool normalize_tail(shared_ptr<CSGTerm> &term); std::string dump(); }; |