Fix missing semicolon
This commit is contained in:
parent
b614979c7a
commit
6c095dba0b
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
class ImplicitSurface {
|
||||
public:
|
||||
virtual double operator() (double x, double y, double z);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue