diff options
Diffstat (limited to 'karbon/tools/vshapetool.h')
-rw-r--r-- | karbon/tools/vshapetool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/tools/vshapetool.h b/karbon/tools/vshapetool.h index 2a774e94..f66b5719 100644 --- a/karbon/tools/vshapetool.h +++ b/karbon/tools/vshapetool.h @@ -58,7 +58,7 @@ protected: // Make it "abstract": virtual ~VShapeTool(); - virtual VPath* tqshape( bool interactive = false ) const = 0; + virtual VPath* shape( bool interactive = false ) const = 0; /** * Output coordinates. |