diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-28 17:44:03 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-28 17:44:03 -0500 |
commit | 5c26e7a7e641ea8e24d9566f86a4670c3998c7bc (patch) | |
tree | 2cf9b69d29a0b71e68dc432b2e11a19b32d6abd8 /src | |
parent | c2e95d170a574ce5519c20756bca1d229ab97e4c (diff) | |
download | tdeio-locate-5c26e7a7e641ea8e24d9566f86a4670c3998c7bc.tar.gz tdeio-locate-5c26e7a7e641ea8e24d9566f86a4670c3998c7bc.zip |
Fix hidden symbols loading problem
This partially resolves Bug 1285
Diffstat (limited to 'src')
-rw-r--r-- | src/tdeio_locate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp index 3e53946..3bb1233 100644 --- a/src/tdeio_locate.cpp +++ b/src/tdeio_locate.cpp @@ -1009,6 +1009,8 @@ LocateItem::LocateItem(const TQString& path, int subItems) ///////////////////////////////////////////////////////////////////// // INVOKATION +extern "C" { KDE_EXPORT int kdemain(int argc, char **argv); } + extern "C" { int kdemain(int argc, char **argv) |