Fix build with GCC hidden visibility

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c6f688a973)
r14.0.x
Slávek Banko 7 years ago
parent 17715604bf
commit 34389f110c

@ -49,7 +49,7 @@ TDECmdLineOptions options[] = { { "force-acpi-check", I18N_NOOP("Force a new che
static const char version[] = "0.7.x (0.7.3)";
bool trace = false;
extern "C"
extern "C" KDE_EXPORT
int kdemain(int argc, char **argv)
{
TDEAboutData about("kpowersave", I18N_NOOP("KPowersave"), version, description,

Loading…
Cancel
Save