1
0
Fork 0

DBG: add forgotten CBSELCHANGED in pluginload

This commit is contained in:
Duncan Ogilvie 2020-01-08 01:17:53 +01:00
parent 9d3775b98d
commit ebf3db1095
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ bool pluginload(const char* pluginName, bool loadall)
regExport("CBSAVEDB", CB_SAVEDB);
regExport("CBFILTERSYMBOL", CB_FILTERSYMBOL);
regExport("CBTRACEEXECUTE", CB_TRACEEXECUTE);
regExport("CBSELCHANGED", CB_SELCHANGED);
regExport("CBANALYZE", CB_ANALYZE);
regExport("CBADDRINFO", CB_ADDRINFO);
regExport("CBVALFROMSTRING", CB_VALFROMSTRING);