summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-11 23:27:02 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-12 09:11:21 +0900
commit288434b1cb685ef9dad5afbd06cfc9ec84dd5382 (patch)
tree578d25894410b54bc5bd36be52856e47fa8770ee
parent9ee916104e8722573fb750160abf17d6346a7c91 (diff)
downloadsmb4k-r14.1.x.tar.gz
smb4k-r14.1.x.zip
Fix FTBFS caused by wrong order of attributes in namespace. This resolves issue #18r14.1.2r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b903f9fe2fb509be9c037c85e12f82519099f9b3)
-rw-r--r--smb4k/core/smb4tdeglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smb4k/core/smb4tdeglobal.h b/smb4k/core/smb4tdeglobal.h
index dd5dbe1..aaa5762 100644
--- a/smb4k/core/smb4tdeglobal.h
+++ b/smb4k/core/smb4tdeglobal.h
@@ -43,7 +43,7 @@ class Smb4KHomesSharesHandler;
* @author Alexander Reinholdt <dustpuppy@users.berlios.de>
*/
-namespace KDE_EXPORT Smb4TDEGlobal
+namespace Smb4TDEGlobal KDE_EXPORT
{
/**
* This returns the pointer to the global timer for the application.