summaryrefslogtreecommitdiff
path: root/src/sql/xbdelete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/xbdelete.cpp')
-rwxr-xr-xsrc/sql/xbdelete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/xbdelete.cpp b/src/sql/xbdelete.cpp
index 157b281..82b4937 100755
--- a/src/sql/xbdelete.cpp
+++ b/src/sql/xbdelete.cpp
@@ -95,7 +95,7 @@ xbInt16 xbSql::SqlDelete( const xbString &sCmdLine ){
}
} else {
- xbFilter f( dbf->GetXbasePtr(), dbf );
+ xbFilter f( dbf );
if(( iRc = f.Set( sFilter )) != XB_NO_ERROR ){
iErrorStop = 150;
throw iRc;