Fix build with GCC hidden visibility

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 7 years ago
parent c6801e892f
commit 1762f553a9

@ -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("tdepowersave", I18N_NOOP("TDEPowersave"), version, description,

Loading…
Cancel
Save