summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-28 17:44:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-28 17:44:03 -0500
commit5c26e7a7e641ea8e24d9566f86a4670c3998c7bc (patch)
tree2cf9b69d29a0b71e68dc432b2e11a19b32d6abd8 /src
parentc2e95d170a574ce5519c20756bca1d229ab97e4c (diff)
downloadtdeio-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.cpp2
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)