Removed pure virtual operator= reference from SDAI_Select class.
(Results in linking errors on windows otherwise)
This commit is contained in:
parent
46951e3b32
commit
f43a106ac3
1 changed files with 0 additions and 2 deletions
|
|
@ -90,8 +90,6 @@ class SC_CORE_EXPORT SDAI_Select {
|
||||||
int addFileId = 0,
|
int addFileId = 0,
|
||||||
const char * currSch = 0 ) = 0;
|
const char * currSch = 0 ) = 0;
|
||||||
|
|
||||||
virtual SDAI_Select & operator =( const SDAI_Select & ) = 0;
|
|
||||||
|
|
||||||
int set_null();
|
int set_null();
|
||||||
int is_null();
|
int is_null();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue