Removed pure virtual operator= reference from SDAI_Select class.

(Results in linking errors on windows otherwise)
This commit is contained in:
davyw 2013-12-29 18:18:20 +01:00
parent 46951e3b32
commit f43a106ac3

View file

@ -90,8 +90,6 @@ class SC_CORE_EXPORT SDAI_Select {
int addFileId = 0,
const char * currSch = 0 ) = 0;
virtual SDAI_Select & operator =( const SDAI_Select & ) = 0;
int set_null();
int is_null();