diff options
Diffstat (limited to 'kmymoney2/kmymoneytest.cpp')
-rw-r--r-- | kmymoney2/kmymoneytest.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmymoney2/kmymoneytest.cpp b/kmymoney2/kmymoneytest.cpp index 623a390..7d55794 100644 --- a/kmymoney2/kmymoneytest.cpp +++ b/kmymoney2/kmymoneytest.cpp @@ -222,11 +222,11 @@ void timetrace(const char *txt) // these symbols are needed when linking with libofx because it requires // these global symbols as part of its callback interface extern "C" { - void ofx_proc_security_cb() {} - void ofx_proc_transaction_cb() {} - void ofx_proc_statement_cb() {} - void ofx_proc_status_cb() {} - void ofx_proc_account_cb() {} + KMYMONEY_EXPORT void ofx_proc_security_cb() {} + KMYMONEY_EXPORT void ofx_proc_transaction_cb() {} + KMYMONEY_EXPORT void ofx_proc_statement_cb() {} + KMYMONEY_EXPORT void ofx_proc_status_cb() {} + KMYMONEY_EXPORT void ofx_proc_account_cb() {} } #endif #endif |